Commit aff6bc44 authored by Davis King's avatar Davis King
Browse files

make sphinx doc building work on newer versions of ubuntu

parent 06b82654
...@@ -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()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment