Skip to content

Commit

Permalink
Add path back to sphinx configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
craddm committed Dec 3, 2024
1 parent bd80242 commit 8ef1d8a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
# https://www.sphinx-doc.org/en/master/usage/configuration.html
import datetime
import emoji

from pathlib import Path
import sys
sys.path.insert(0, Path(__file__).parent.parent.absolute())

# -- Project information -----------------------------------------------------

Expand Down

0 comments on commit 8ef1d8a

Please sign in to comment.