Skip to content

Commit 55ed4eb

Browse files
committed
Still fixing path.
1 parent 92dda84 commit 55ed4eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# If extensions (or modules to document with autodoc) are in another directory,
1818
# add these directories to sys.path here. If the directory is relative to the
1919
# documentation root, use os.path.abspath to make it absolute, like shown here.
20-
sys.path.insert(0, os.path.abspath("../../streamparse"))
20+
sys.path.insert(0, os.path.abspath("../streamparse"))
2121
from version import __version__ as VERSION
2222

2323
# -- General configuration ------------------------------------------------

0 commit comments

Comments
 (0)