Skip to content

Commit 13deb93

Browse files
committed
Update conf.py
1 parent 85703de commit 13deb93

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
# -- General configuration ---------------------------------------------------
1414

1515
import sys
16+
import os
17+
18+
sys.path.insert(0, os.path.abspath('..'))
1619

1720
print(f"python exec: {sys.executable}")
1821
print(f"sys.path: {sys.path}")

0 commit comments

Comments
 (0)