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 bf6972b commit 3880ea3Copy full SHA for 3880ea3
docs/requirements.txt
@@ -1,2 +1 @@
1
-sphinx_rtd_theme
2
-pystackql
+sphinx_rtd_theme
docs/source/conf.py
@@ -14,7 +14,7 @@
14
#
15
import os
16
import sys
17
-sys.path.insert(0, os.path.abspath('../../../pystackql'))
+sys.path.insert(0, os.path.abspath('../../../'))
18
19
# -- Project information -----------------------------------------------------
20
0 commit comments