Skip to content

Commit 3880ea3

Browse files
committed
doc updates to conf.py
1 parent bf6972b commit 3880ea3

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)