Skip to content

Commit 13f5a50

Browse files
Resolve "Documentation is somewhat incomplete"
1 parent d32a05b commit 13f5a50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
author = "Benjamin Thomas Schwertfeger"
2525

2626
# Add the package to sys.path:
27-
sys.path.insert(0, str(Path("..").resolve()))
27+
sys.path.insert(0, str(Path("..").resolve() / "src"))
2828

2929
rst_epilog = ""
3030
# Read link all targets from file

0 commit comments

Comments
 (0)