We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e400bc6 commit 8a122adCopy full SHA for 8a122ad
src/sphinx/conf.py
@@ -8,9 +8,11 @@
8
9
import os
10
import sys
11
-sys.path.insert(0, os.path.abspath('../src/'))
+sys.path.insert(1, os.path.abspath('../src/'))
12
+# sys.path.insert(0, os.path.abspath('../src/'))
13
14
from multigit import __version__
15
+# from multigit import __version__
16
17
18
# -- Project information -----------------------------------------------------
0 commit comments