Skip to content

Commit 00c92b5

Browse files
authored
Update RTD configuration (#224)
1 parent 28b2bfe commit 00c92b5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.readthedocs.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ version: 2
33
build:
44
os: ubuntu-24.04
55
tools:
6-
python: "3.13"
6+
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
710

811
sphinx:
912
configuration: docs/conf.py
10-
11-
python:
12-
install:
13-
- requirements: docs/requirements.txt
13+
fail_on_warning: true

0 commit comments

Comments
 (0)