diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2011-10-14 12:20:12 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2011-10-14 12:20:12 -0400 |
commit | 400aece53173768934077f003a8c634ab4351974 (patch) | |
tree | 38ea524e9d0417008c33a5c12ef0b9611fd83dc2 /release.py | |
parent | 7a512c0681cbb92aa8ec9b31d86e25ef2e4e995b (diff) | |
download | external_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.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -64,6 +64,8 @@ def build_docs(): subprocess.check_call([ 'sphinx-build', '-b', 'html', + '-d', 'build/doctrees', + '.', 'build/html', ], cwd='docs') |