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
0a5d62d8
Commit
0a5d62d8
authored
Aug 11, 2013
by
Davis King
Browse files
Made makedocs recompile the python interface so sphinx can always use the current stuff.
parent
9e41955c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
docs/makedocs
docs/makedocs
+7
-1
No files found.
docs/makedocs
View file @
0a5d62d8
...
@@ -137,8 +137,14 @@ makedocs ()
...
@@ -137,8 +137,14 @@ makedocs ()
# the python docs can't be created (this happens if the .so file isn't compiled)
# the python docs can't be created (this happens if the .so file isn't compiled)
if [ "$1" = "makerel" ]
if [ "$1" = "makerel" ]
then
then
pushd ../python_examples
./compile_dlib_python_module.bat || report_failure
popd
sphinx-build -b html docs/python sphinx.$$ || report_failure
sphinx-build -b html docs/python sphinx.$$ || report_failure
else
else
pushd ../python_examples
./compile_dlib_python_module.bat
popd
sphinx-build -b html docs/python sphinx.$$
sphinx-build -b html docs/python sphinx.$$
fi;
fi;
...
...
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