Skip to content

Commit 04203a1

Browse files
committed
fix: update sys.path to include src directory for documentation
1 parent 274d17c commit 04203a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apidocs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# If extensions (or modules to document with autodoc) are in another directory,
2323
# add these directories to sys.path here. If the directory is relative to the
2424
# documentation root, use os.path.abspath to make it absolute, like shown here.
25-
sys.path.insert(0, os.path.abspath("../"))
25+
sys.path.insert(0, os.path.abspath("../src/"))
2626

2727
# -- General configuration ------------------------------------------------
2828

0 commit comments

Comments
 (0)