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.
1 parent 3f13f38 commit e8a7d0aCopy full SHA for e8a7d0a
docs/source/conf.py
@@ -15,10 +15,10 @@
15
# If extensions (or modules to document with autodoc) are in another directory,
16
# add these directories to sys.path here. If the directory is relative to the
17
# documentation root, use os.path.abspath to make it absolute, like shown here.
18
-#
19
-# import os
20
-# import sys
21
-# sys.path.insert(0, os.path.abspath('.'))
+
+import os
+import sys
+sys.path.insert(0, os.path.abspath('../..'))
22
23
24
# -- General configuration ------------------------------------------------
0 commit comments