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 d82024e commit a019796Copy full SHA for a019796
docs/source/conf.py
@@ -5,7 +5,9 @@
5
6
import os
7
import sys
8
-sys.path.insert(0, os.path.abspath('..'))
+# sys.path.insert(0, os.path.abspath(os.path.join("..", "..")))
9
+basedir = os.path.abspath(os.path.join(os.path.dirname(__file__), '..', '..'))
10
+sys.path.insert(0, basedir)
11
12
# -- Project information -----------------------------------------------------
13
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
0 commit comments