Skip to content

Commit

Permalink
Sohinx documentation -> conf.py: added src folder to path
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaasRostock committed Nov 23, 2023
1 parent 4c6b012 commit 0fac9ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
pyproject = toml["tool"]["poetry"]

sys.path.insert(0, os.path.abspath(".."))
sys.path.insert(0, os.path.abspath("../src"))


# -- General configuration ---------------------------------------------

Expand Down

0 comments on commit 0fac9ef

Please sign in to comment.