aboutsummaryrefslogtreecommitdiffstats
path: root/release.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2011-10-14 12:20:12 -0400
committerJason R. Coombs <jaraco@jaraco.com>2011-10-14 12:20:12 -0400
commit400aece53173768934077f003a8c634ab4351974 (patch)
tree38ea524e9d0417008c33a5c12ef0b9611fd83dc2 /release.py
parent7a512c0681cbb92aa8ec9b31d86e25ef2e4e995b (diff)
downloadexternal_python_setuptools-400aece53173768934077f003a8c634ab4351974.tar.gz
external_python_setuptools-400aece53173768934077f003a8c634ab4351974.tar.bz2
external_python_setuptools-400aece53173768934077f003a8c634ab4351974.zip
Fixed sphinx-build to match makefile usage0.6.24
--HG-- branch : distribute extra : rebase_source : 049179f267bb721c43f0e9bdec1dbed1d13a73b1
Diffstat (limited to 'release.py')
-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')