We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e8b322 commit 485d864Copy full SHA for 485d864
.readthedocs.yaml
@@ -1,9 +1,28 @@
1
+# .readthedocs.yaml
2
+# Read the Docs configuration file
3
+# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
4
+
5
+# Required
6
version: 2
7
+build:
8
+ os: ubuntu-22.04
9
+ tools:
10
+ python: "3.11"
11
12
+# Build documentation in the docs/ directory with Sphinx
13
+sphinx:
14
+ configuration: doc/conf.py
15
16
+# Declare the Python requirements required to build your docs
17
+# python:
18
+# install:
19
+# - method: pip
20
+# path: .
21
22
build:
- os: "ubuntu-20.04"
23
+ os: ubuntu-24.04
24
tools:
- python: "mambaforge-4.10"
-
-conda:
- environment: doc/environment.yml
25
+ python: "3.13"
26
+ jobs:
27
+ create_environment:
28
+ - python -m pip install --group ./pyproject.toml:dev
0 commit comments