Skip to content

Commit 27062d5

Browse files
authored
Merge pull request #13 from stackql/feature/refactor
doc updates to conf.py
2 parents baa7bc3 + 3880ea3 commit 27062d5

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docs/requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
sphinx_rtd_theme
2-
pystackql
1+
sphinx_rtd_theme

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#
1515
import os
1616
import sys
17-
sys.path.insert(0, os.path.abspath('../../../pystackql'))
17+
sys.path.insert(0, os.path.abspath('../../../'))
1818

1919
# -- Project information -----------------------------------------------------
2020

0 commit comments

Comments
 (0)