Skip to content

Commit fdb1062

Browse files
committed
moving doctrees to tmp folder
1 parent 056a632 commit fdb1062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/buildme.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def on_any_event(self, event):
4646
return
4747
else:
4848
self.last_modified = datetime.datetime.now()
49-
argv = ['-b', 'html', '.', build_path]
49+
argv = ['-b', 'html', '-d', '/tmp/sphinx_doctree', '.', build_path]
5050
ensure_dir(build_path)
5151
delete_dir_contents(build_path)
5252
# argv = ['-b', 'html', '-d', f'{build_path}/doctrees', '.', f'{build_path}/html']

0 commit comments

Comments
 (0)