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 dbac1f7 commit 52661dcCopy full SHA for 52661dc
doc/conf.py
@@ -21,6 +21,8 @@
21
# add these directories to sys.path here. If the directory is relative to the
22
# documentation root, use os.path.abspath to make it absolute, like shown here.
23
24
+# for example.py
25
+sys.path.insert(0, os.path.abspath('.'))
26
# project root
27
sys.path.insert(0, os.path.abspath('..'))
28
0 commit comments