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
aff6bc44
Commit
aff6bc44
authored
May 08, 2022
by
Davis King
Browse files
make sphinx doc building work on newer versions of ubuntu
parent
06b82654
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
docs/docs/python/conf.py
docs/docs/python/conf.py
+1
-0
No files found.
docs/docs/python/conf.py
View file @
aff6bc44
...
@@ -18,6 +18,7 @@ import sys, os
...
@@ -18,6 +18,7 @@ import sys, os
# documentation root, use os.path.abspath to make it absolute, like shown here.
# 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
(
'.'
))
sys
.
path
.
insert
(
0
,
os
.
path
.
abspath
(
'../../../build/lib.linux-x86_64-2.7'
))
sys
.
path
.
insert
(
0
,
os
.
path
.
abspath
(
'../../../build/lib.linux-x86_64-2.7'
))
sys
.
path
.
insert
(
0
,
os
.
path
.
abspath
(
'../../../build/lib.linux-x86_64-3.8'
))
import
generate_dlib_listing
import
generate_dlib_listing
generate_dlib_listing
.
make_listing_files
()
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