Skip to content

Commit 2d38f8f

Browse files
Fixes .readthedocs.yaml
Adds path to python.install[0]
1 parent 20675e0 commit 2d38f8f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.readthedocs.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ build:
1414

1515
python:
1616
install:
17-
- method: pip
1817
- requirements: docs/requirements.txt
18+
- method: pip
19+
path: .
1920

2021
sphinx:
2122
configuration: docs/conf.py

0 commit comments

Comments
 (0)