Skip to content

Commit

Permalink
remove path insertion from sphinx config
Browse files Browse the repository at this point in the history
  • Loading branch information
craddm committed Nov 29, 2024
1 parent 4792c11 commit 6680081
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
# https://www.sphinx-doc.org/en/master/usage/configuration.html
import datetime
import emoji
import sys
import os
sys.path.insert(0, os.path.abspath(os.path.join("..", "..")))


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

Expand Down

0 comments on commit 6680081

Please sign in to comment.