Skip to content

Commit 9c3f95b

Browse files
committed
Provide relative path to module to enable autodoc
1 parent fdf7a7c commit 9c3f95b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# If extensions (or modules to document with autodoc) are in another directory,
1717
# add these directories to sys.path here. If the directory is relative to the
1818
# documentation root, use os.path.abspath to make it absolute, like shown here.
19-
#sys.path.insert(0, os.path.abspath('.'))
19+
sys.path.insert(0, os.path.abspath('../..'))
2020

2121
# -- General configuration -----------------------------------------------------
2222

0 commit comments

Comments
 (0)