aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--release.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/release.py b/release.py
index a6044ecd..0dbca28c 100644
--- a/release.py
+++ b/release.py
@@ -64,6 +64,8 @@ def build_docs():
subprocess.check_call([
'sphinx-build',
'-b', 'html',
+ '-d', 'build/doctrees',
+ '.',
'build/html',
],
cwd='docs')