We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 056a632 commit fdb1062Copy full SHA for fdb1062
docs/buildme.py
@@ -46,7 +46,7 @@ def on_any_event(self, event):
46
return
47
else:
48
self.last_modified = datetime.datetime.now()
49
- argv = ['-b', 'html', '.', build_path]
+ argv = ['-b', 'html', '-d', '/tmp/sphinx_doctree', '.', build_path]
50
ensure_dir(build_path)
51
delete_dir_contents(build_path)
52
# argv = ['-b', 'html', '-d', f'{build_path}/doctrees', '.', f'{build_path}/html']
0 commit comments