Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5bec4f1

Browse files
committed
Add path to conf for autodoc
1 parent 4efd569 commit 5bec4f1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/conf.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
# If extensions (or modules to document with autodoc) are in another directory,
1010
# add these directories to sys.path here. If the directory is relative to the
1111
# documentation root, use os.path.abspath to make it absolute, like shown here.
12-
#
13-
# import os
14-
# import sys
15-
# sys.path.insert(0, os.path.abspath('.'))
12+
13+
import os
14+
import sys
15+
sys.path.insert(0, os.path.abspath('..'))
1616

1717

1818
# -- Project information -----------------------------------------------------

0 commit comments

Comments
 (0)