Skip to content

Commit d279da8

Browse files
committed
Add parent directory to path
1 parent 53c5d3b commit d279da8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
# add these directories to sys.path here. If the directory is relative to the
2121
# documentation root, use os.path.abspath to make it absolute, like shown here.
2222
sys.path.insert(0, os.path.abspath('.'))
23+
sys.path.insert(0, os.path.abspath('..'))
2324

2425
# -- General configuration ------------------------------------------------
2526

0 commit comments

Comments
 (0)