Skip to content

Commit

Permalink
Path insertion
Browse files Browse the repository at this point in the history
  • Loading branch information
willtai committed May 3, 2024
1 parent 0f3a4a9 commit 2ecda38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import sys

# Add the root of the project to the path so that Sphinx can find the Python sources
sys.path.append(os.path.join(os.path.dirname(__file__), "..", ".."))
sys.path.insert(0, os.path.abspath(os.path.join("..", "..")))

# Configuration file for the Sphinx documentation builder.
#
Expand Down

0 comments on commit 2ecda38

Please sign in to comment.