Skip to content

Commit dba1726

Browse files
committed
maybe correct way of adding multiple requirement files?!
1 parent c1a52c9 commit dba1726

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.readthedocs.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,9 @@ sphinx:
2525

2626
# Optionally declare the Python requirements required to build your docs
2727
python:
28+
python: "3.10"
2829
install:
30+
- requirements: requirements.txt
2931
- requirements: requirements-docs.txt
32+
- method: pip
33+
path: .

0 commit comments

Comments
 (0)