Skip to content

Commit 9f1be56

Browse files
EditConf
1 parent 13e504f commit 9f1be56

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/conf.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
# -- GemGIS configuration ---------------------------------------------------
2222
import os
2323
import sys
24-
sys.path.insert(0, os.path.abspath(".."))
25-
sys.path.insert(0, os.path.abspath('../..'))
26-
sys.path.insert(0, os.path.abspath("gemgis/"))
27-
sys.path.insert(0, os.path.abspath("../gemgis/"))
28-
sys.path.insert(0, os.path.abspath("../../gemgis/"))
24+
#sys.path.insert(0, os.path.abspath(".."))
25+
#sys.path.insert(0, os.path.abspath('../..'))
26+
#sys.path.insert(0, os.path.abspath("gemgis/"))
27+
#sys.path.insert(0, os.path.abspath("../gemgis/"))
28+
#sys.path.insert(0, os.path.abspath("../../gemgis/"))
2929

3030
# The full version, including alpha/beta/rc tags
3131

0 commit comments

Comments
 (0)