"docs/source/vscode:/vscode.git/clone" did not exist on "4297e6d6ff4c2773a167591136d6117af1d1b031"
Commit 842acd69 authored by Davis King's avatar Davis King
Browse files

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