Commit 400aece5 authored by Jason R. Coombs's avatar Jason R. Coombs

Fixed sphinx-build to match makefile usage

--HG--
branch : distribute
extra : rebase_source : 049179f267bb721c43f0e9bdec1dbed1d13a73b1
parent 7a512c06
......@@ -64,6 +64,8 @@ def build_docs():
subprocess.check_call([
'sphinx-build',
'-b', 'html',
'-d', 'build/doctrees',
'.',
'build/html',
],
cwd='docs')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment