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
d21b1fb7
"vscode:/vscode.git/clone" did not exist on "ca48787ae49e9d73ebf17b1c882cb66fb66fb828"
Commit
d21b1fb7
authored
Jan 21, 2018
by
Davis King
Browse files
Fixed path
parent
21ce4f98
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docs/docs/python/conf.py
docs/docs/python/conf.py
+1
-1
No files found.
docs/docs/python/conf.py
View file @
d21b1fb7
...
...
@@ -17,7 +17,7 @@ import sys, os
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
sys
.
path
.
insert
(
0
,
os
.
path
.
abspath
(
'.'
))
sys
.
path
.
insert
(
0
,
os
.
path
.
abspath
(
'../../../
python_examples
'
))
sys
.
path
.
insert
(
0
,
os
.
path
.
abspath
(
'../../../
build/lib.linux-x86_64-2.7
'
))
import
generate_dlib_listing
generate_dlib_listing
.
make_listing_files
()
...
...
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