Skip to content

Commit f0be71f

Browse files
committed
Fix doc build
1 parent 1fa51a4 commit f0be71f

File tree

2 files changed

+3
-118
lines changed

2 files changed

+3
-118
lines changed

.readthedocs.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ version: 2
99
build:
1010
os: ubuntu-22.04
1111
tools:
12-
python: "3.11"
12+
python: "3.12"
1313
# You can also specify other tool versions:
1414
# nodejs: "19"
1515
# rust: "1.64"
@@ -26,5 +26,5 @@ sphinx:
2626
# Optionally declare the Python requirements required to build your docs
2727
python:
2828
install:
29-
- requirements: requirements-test.txt
30-
- requirements: requirements.txt
29+
- requirements: requirements/requirements-test.txt
30+
- requirements: requirements/requirements.txt

requirements.txt

-115
This file was deleted.

0 commit comments

Comments
 (0)