Skip to content

Commit

Permalink
Remove unnecessary pythonpath patch from sphinx config
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoshanuikabundi committed Nov 13, 2024
1 parent 1bbbc52 commit a898ea6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
# Incase the project was not installed
import importlib
import os
import sys

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

from openff.interchange import __version__

Expand Down

0 comments on commit a898ea6

Please sign in to comment.