Skip to content

Commit ff0ea4b

Browse files
committed
force-push rtd fixing
1 parent a172235 commit ff0ea4b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.readthedocs.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ version: 2
88
build:
99
os: ubuntu-24.04
1010
tools:
11-
python: "3.13"
11+
python: "3.12"
1212

1313
# Build documentation in the "docs/" directory with Sphinx
1414
sphinx:
@@ -18,8 +18,8 @@ sphinx:
1818
# declare the Python requirements required to build your documentation
1919
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
2020
python:
21-
install:
22-
- method: pip
21+
install:
22+
- method: pip
2323
path: .
2424
extra_requirements:
2525
- docs

0 commit comments

Comments
 (0)