Skip to content

Commit 219ce1a

Browse files
authored
docs: update conf.py
1 parent cada8f0 commit 219ce1a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

doc/source/conf.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,7 @@
1313
import os
1414
import sys
1515

16-
sys.path.insert(0, os.path.abspath("../../"))
17-
sys.path.insert(0, os.path.abspath("../"))
18-
sys.path.insert(0, os.path.abspath("./"))
19-
16+
sys.path.insert(0, os.path.abspath("./../../"))
2017

2118
# -- Project information -----------------------------------------------------
2219

0 commit comments

Comments
 (0)