Commit 842acd69 authored by Davis King's avatar Davis King

Build the python extension before running sphinx.

parent d21b1fb7
......@@ -150,6 +150,7 @@ makedocs ()
if [ "$1" != "fast" ]
then
cd ..
python setup.py build || report_failure
python setup.py build_sphinx -c docs/docs/python --build-dir docs/sphinx.$$ || report_failure
cd docs
cp -r sphinx.$$/html docs/web/python
......
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