parent
6293c3e1ac
commit
f0bf780242
1 changed files with 2 additions and 0 deletions
|
|
@ -101,6 +101,8 @@ def run_man(args: Any) -> None:
|
|||
|
||||
|
||||
def run_html(args: Any) -> None:
|
||||
# Force a fresh build otherwise the search index is not correct
|
||||
shutil.rmtree(os.path.join(docs_dir, '_build', 'dirhtml'))
|
||||
call('make FAIL_WARN=1 "OPTS=-D analytics_id=G-XTJK3R7GF2" dirhtml', cwd=docs_dir)
|
||||
add_old_redirects('docs/_build/dirhtml')
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue