We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c96faa commit def5223Copy full SHA for def5223
.readthedocs.yml
@@ -11,4 +11,6 @@ sphinx:
11
python:
12
version: 3.8
13
install:
14
+ - method: pip
15
+ path: .
16
- requirements: requirements.txt
doc/conf.py
@@ -35,7 +35,6 @@
35
# add these directories to sys.path here. If the directory is relative to the
36
# documentation root, use os.path.abspath to make it absolute, like shown here.
37
sys.path.insert(0, os.path.abspath(".."))
38
-sys.path.insert(0, os.path.abspath("."))
39
from importlib.metadata import version # noqa: E402, isort:skip
40
41
setupVersion = version("pygithub")
0 commit comments