We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents be47e9e + e239f3c commit 94bc345Copy full SHA for 94bc345
docs/conf.py
@@ -12,9 +12,9 @@
12
# add these directories to sys.path here. If the directory is relative to the
13
# documentation root, use os.path.abspath to make it absolute, like shown here.
14
#
15
-# import os
16
-# import sys
17
-# sys.path.insert(0, os.path.abspath('.'))
+import os
+import sys
+sys.path.insert(0, os.path.abspath('..'))
18
19
20
# -- Project information -----------------------------------------------------
0 commit comments