Skip to content

Commit 88b89c5

Browse files
Resolve "Documentation is somewhat incomplete" (#348)
1 parent b95c241 commit 88b89c5

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)