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 08c3868 commit 3be5c8aCopy full SHA for 3be5c8a
docs/source/conf.py
@@ -18,8 +18,15 @@
18
# -- Project information -----------------------------------------------------
19
20
21
-import sphinx_rtd_theme
22
from os.path import dirname, join, abspath
+import sphinx_rtd_theme
23
+import os
24
+import sys
25
+
26
+sys.path.insert(
27
+ 0,
28
+ os.path.abspath(os.path.join(os.path.dirname(__file__), "..", ".."))
29
+)
30
31
32
def read(rel_path: str) -> str:
0 commit comments