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 3aa9b14 commit 0dbca09Copy full SHA for 0dbca09
docs/sphinx/source/conf.py
@@ -34,6 +34,7 @@ def __getattr__(cls, name):
34
# add these directories to sys.path here. If the directory is relative to the
35
# documentation root, use os.path.abspath to make it absolute, like shown here.
36
sys.path.insert(0, os.path.abspath('../sphinxext'))
37
+sys.path.insert(0, os.path.abspath('../../../'))
38
39
# -- General configuration ------------------------------------------------
40
0 commit comments