Skip to content

Commit a7140cd

Browse files
committed
path
1 parent 0835648 commit a7140cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/source/conf.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@
1313
#
1414
import os
1515
import sys
16-
sys.path.insert(0, os.path.abspath('../..'))
1716
sys.path.insert(0, os.path.abspath('.'))
17+
sys.path.insert(0, os.path.abspath('..'))
18+
sys.path.insert(0, os.path.abspath('../..'))
1819
sys.setrecursionlimit(1500)
1920

2021
# -- Project information -----------------------------------------------------

0 commit comments

Comments
 (0)