mirror of https://github.com/davisking/dlib.git
Build the python extension before running sphinx.
This commit is contained in:
parent
d21b1fb7d9
commit
842acd697c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue