Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dlib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
dlib
Commits
6a5a3431
Commit
6a5a3431
authored
Aug 15, 2013
by
Davis King
Browse files
Options
Browse Files
Download
Plain Diff
merged
parents
9d6386ad
3bcfddc0
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
3 deletions
+10
-3
.hgtags
.hgtags
+1
-0
.current_minor_release_number
docs/.current_minor_release_number
+1
-1
.logger_revnum
docs/.logger_revnum
+1
-1
makedocs
docs/makedocs
+7
-1
No files found.
.hgtags
View file @
6a5a3431
...
...
@@ -13,3 +13,4 @@ df60c7686f3982791e218977edb64d638151ca3b v18.0
8d0762ab49b9ee8d1d3fc1fc02926c6bde6d5542 v18.1
5de237bc41c1c2e63d0731731eee231a4213a31b v18.2
7f21bd92812d2d08fe9a881a401cbf0f6b104081 v18.3
78be73b57b829adb20a452ad910f7039a09c9474 v18.4
docs/.current_minor_release_number
View file @
6a5a3431
3
4
docs/.logger_revnum
View file @
6a5a3431
7
f21bd92812d
7
8be73b57b82
docs/makedocs
View file @
6a5a3431
...
...
@@ -136,9 +136,15 @@ makedocs ()
# Create python docs. If we are making a release then stop immediately if
# the python docs can't be created (this happens if the .so file isn't compiled)
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
else
pushd ../python_examples
./compile_dlib_python_module.bat
popd
sphinx-build -b html docs/python sphinx.$$
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