We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13e504f commit 9f1be56Copy full SHA for 9f1be56
docs/conf.py
@@ -21,11 +21,11 @@
21
# -- GemGIS configuration ---------------------------------------------------
22
import os
23
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/"))
+#sys.path.insert(0, os.path.abspath(".."))
+#sys.path.insert(0, os.path.abspath('../..'))
+#sys.path.insert(0, os.path.abspath("gemgis/"))
+#sys.path.insert(0, os.path.abspath("../gemgis/"))
+#sys.path.insert(0, os.path.abspath("../../gemgis/"))
29
30
# The full version, including alpha/beta/rc tags
31
0 commit comments