Skip to content

Commit

Permalink
Add current dir sys.path as well
Browse files Browse the repository at this point in the history
  • Loading branch information
sfdye committed Feb 19, 2023
1 parent 6540b76 commit 9c96faa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/conf.py
Expand Up @@ -35,6 +35,7 @@
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
sys.path.insert(0, os.path.abspath(".."))
sys.path.insert(0, os.path.abspath("."))
from importlib.metadata import version # noqa: E402, isort:skip

setupVersion = version("pygithub")
Expand Down

0 comments on commit 9c96faa

Please sign in to comment.