Skip to content

Commit a1133c9

Browse files
committed
adds path for autodoct pardir
1 parent 42ba529 commit a1133c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# directory, add these directories to sys.path here. If the directory is
2121
# relative to the documentation root, use os.path.abspath to make it
2222
# absolute, like shown here.
23-
sys.path.insert(0, os.path.abspath('.'))
23+
sys.path.insert(0, os.path.abspath('..'))
2424
print(sys.path)
2525
# Get the project root dir, which is the parent dir of this
2626
cwd = os.getcwd()

0 commit comments

Comments
 (0)