Skip to content

Commit def5223

Browse files
committed
RTD: install current project
1 parent 9c96faa commit def5223

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.readthedocs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,6 @@ sphinx:
1111
python:
1212
version: 3.8
1313
install:
14+
- method: pip
15+
path: .
1416
- requirements: requirements.txt

doc/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
# add these directories to sys.path here. If the directory is relative to the
3636
# documentation root, use os.path.abspath to make it absolute, like shown here.
3737
sys.path.insert(0, os.path.abspath(".."))
38-
sys.path.insert(0, os.path.abspath("."))
3938
from importlib.metadata import version # noqa: E402, isort:skip
4039

4140
setupVersion = version("pygithub")

0 commit comments

Comments
 (0)