We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2760af commit c58c725Copy full SHA for c58c725
.readthedocs.yml
@@ -3,18 +3,14 @@
3
version: 2
4
5
build:
6
- os: ubuntu-22.04
+ os: ubuntu-24.04
7
tools:
8
- python: "3.11"
+ python: "3.12"
9
10
# Build documentation with Sphinx
11
sphinx:
12
builder: html
13
configuration: docs/source/conf.py
14
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
+conda:
+ environment: environment.yml
0 commit comments