We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28b2bfe commit 00c92b5Copy full SHA for 00c92b5
.readthedocs.yaml
@@ -3,11 +3,11 @@ version: 2
3
build:
4
os: ubuntu-24.04
5
tools:
6
- python: "3.13"
+ python: "3.12"
7
+ commands:
8
+ - python -m pip install --upgrade -r docs/requirements.txt
9
+ - python -m sphinx -aEnTW --builder html --keep-going docs/ $READTHEDOCS_OUTPUT/html
10
11
sphinx:
12
configuration: docs/conf.py
-
-python:
- install:
13
- - requirements: docs/requirements.txt
+ fail_on_warning: true
0 commit comments