Skip to content

Commit d519410

Browse files
committed
chore: update installation method
Use pip install instead of defaulting to requirements.txt
1 parent ce35af0 commit d519410

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.readthedocs.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ build:
88
sphinx:
99
configuration: docs/conf.py
1010
formats:
11-
- pdf
12-
- epub
11+
- pdf
12+
- epub
1313
python:
14-
install:
15-
- requirements: requirements.txt
14+
install:
15+
- method: pip
16+
path: .

0 commit comments

Comments
 (0)