We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f45739d commit 6a5ed08Copy full SHA for 6a5ed08
docs/conf.py
@@ -17,6 +17,11 @@
17
# For the full list of built-in configuration values, see the documentation:
18
# https://www.sphinx-doc.org/en/master/usage/configuration.html
19
20
+import os
21
+import sys
22
+
23
+# Add the project root directory to the Python path
24
+sys.path.insert(0, os.path.abspath(".."))
25
26
# -- Project information -----------------------------------------------------
27
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
0 commit comments