We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42ba529 commit a1133c9Copy full SHA for a1133c9
1 file changed
docs/conf.py
@@ -20,7 +20,7 @@
20
# directory, add these directories to sys.path here. If the directory is
21
# relative to the documentation root, use os.path.abspath to make it
22
# absolute, like shown here.
23
-sys.path.insert(0, os.path.abspath('.'))
+sys.path.insert(0, os.path.abspath('..'))
24
print(sys.path)
25
# Get the project root dir, which is the parent dir of this
26
cwd = os.getcwd()
0 commit comments