Skip to content

Commit 28652f8

Browse files
committed
MAINT: use Python 3.11 on readthedocs
(also cleanup the config file indentation)
1 parent 8eaa6ed commit 28652f8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

readthedocs.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,26 +9,26 @@ version: 2
99
build:
1010
os: ubuntu-22.04
1111
tools:
12-
python: "3.10"
12+
python: "3.11"
1313

1414
# Build documentation in the doc/ directory with Sphinx
1515
sphinx:
16-
configuration: doc/source/conf.py
16+
configuration: doc/source/conf.py
1717

1818
# Optionally build your docs in additional formats such as PDF and ePub
1919
formats:
20-
- pdf
20+
- pdf
2121

2222
# we do not use conda anymore because it consumes too much memory and thus crashes our builds
2323
# see:
2424
# - https://docs.readthedocs.io/en/stable/guides/build-using-too-many-resources.html#use-pip-when-possible
2525
# - https://github.com/readthedocs/readthedocs.org/issues/6692
2626
#conda:
27-
# environment: doc/environment.yml
27+
# environment: doc/environment.yml
2828

2929
# Optionally declare the Python requirements required to build your docs
3030
python:
31-
install:
32-
- requirements: doc/requirements.txt
33-
- method: pip
34-
path: .
31+
install:
32+
- requirements: doc/requirements.txt
33+
- method: pip
34+
path: .

0 commit comments

Comments
 (0)