Skip to content

Commit 3be5c8a

Browse files
still trsing to fix autodoc
1 parent 08c3868 commit 3be5c8a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/source/conf.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,15 @@
1818
# -- Project information -----------------------------------------------------
1919

2020

21-
import sphinx_rtd_theme
2221
from os.path import dirname, join, abspath
22+
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+
)
2330

2431

2532
def read(rel_path: str) -> str:

0 commit comments

Comments
 (0)