We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b95c241 commit 88b89c5Copy full SHA for 88b89c5
1 file changed
doc/conf.py
@@ -24,7 +24,7 @@
24
author = "Benjamin Thomas Schwertfeger"
25
26
# Add the package to sys.path:
27
-sys.path.insert(0, str(Path("..").resolve()))
+sys.path.insert(0, str(Path("..").resolve() / "src"))
28
29
rst_epilog = ""
30
# Read link all targets from file
0 commit comments