Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
842acd69
Commit
842acd69
authored
Jan 21, 2018
by
Davis King
Browse files
Build the python extension before running sphinx.
parent
d21b1fb7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
docs/makedocs
docs/makedocs
+1
-0
No files found.
docs/makedocs
View file @
842acd69
...
@@ -150,6 +150,7 @@ makedocs ()
...
@@ -150,6 +150,7 @@ makedocs ()
if [ "$1" != "fast" ]
if [ "$1" != "fast" ]
then
then
cd ..
cd ..
python setup.py build || report_failure
python setup.py build_sphinx -c docs/docs/python --build-dir docs/sphinx.$$ || report_failure
python setup.py build_sphinx -c docs/docs/python --build-dir docs/sphinx.$$ || report_failure
cd docs
cd docs
cp -r sphinx.$$/html docs/web/python
cp -r sphinx.$$/html docs/web/python
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment