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 6b84413 commit d82024eCopy full SHA for d82024e
docs/source/conf.py
@@ -3,6 +3,10 @@
3
# For the full list of built-in configuration values, see the documentation:
4
# https://www.sphinx-doc.org/en/master/usage/configuration.html
5
6
+import os
7
+import sys
8
+sys.path.insert(0, os.path.abspath('..'))
9
+
10
# -- Project information -----------------------------------------------------
11
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
12
0 commit comments