We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e8b322 commit e78b1b0Copy full SHA for e78b1b0
.readthedocs.yaml
@@ -1,9 +1,29 @@
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-lts-latest
24
tools:
- python: "mambaforge-4.10"
-
-conda:
- environment: doc/environment.yml
25
+ python: "3.12"
26
+ jobs:
27
+ post_install:
28
+ - python -m pip --version
29
+ - python -m pip install -e . --group dev
0 commit comments