Skip to content

Commit 8a122ad

Browse files
committed
github action added to build sphinx-based doc.
1 parent e400bc6 commit 8a122ad

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/sphinx/conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@
88

99
import os
1010
import sys
11-
sys.path.insert(0, os.path.abspath('../src/'))
11+
sys.path.insert(1, os.path.abspath('../src/'))
12+
# sys.path.insert(0, os.path.abspath('../src/'))
1213

1314
from multigit import __version__
15+
# from multigit import __version__
1416

1517

1618
# -- Project information -----------------------------------------------------

0 commit comments

Comments
 (0)