Skip to content

Commit c58c725

Browse files
committed
Bump readthedocs config to use conda env
1 parent d2760af commit c58c725

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.readthedocs.yml

+4-8
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,14 @@
33
version: 2
44

55
build:
6-
os: ubuntu-22.04
6+
os: ubuntu-24.04
77
tools:
8-
python: "3.11"
8+
python: "3.12"
99

1010
# Build documentation with Sphinx
1111
sphinx:
1212
builder: html
1313
configuration: docs/source/conf.py
1414

15-
# Optional but recommended, declare the Python requirements required
16-
# to build your documentation
17-
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
18-
python:
19-
install:
20-
- requirements: docs-requirements.txt
15+
conda:
16+
environment: environment.yml

0 commit comments

Comments
 (0)