We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fa51a4 commit f0be71fCopy full SHA for f0be71f
.readthedocs.yaml
@@ -9,7 +9,7 @@ version: 2
9
build:
10
os: ubuntu-22.04
11
tools:
12
- python: "3.11"
+ python: "3.12"
13
# You can also specify other tool versions:
14
# nodejs: "19"
15
# rust: "1.64"
@@ -26,5 +26,5 @@ sphinx:
26
# Optionally declare the Python requirements required to build your docs
27
python:
28
install:
29
- - requirements: requirements-test.txt
30
- - requirements: requirements.txt
+ - requirements: requirements/requirements-test.txt
+ - requirements: requirements/requirements.txt
requirements.txt
0 commit comments