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 59789ba commit 7e8d6f4Copy full SHA for 7e8d6f4
.readthedocs.yaml
@@ -1,18 +1,28 @@
1
version: 2
2
3
build:
4
- os: ubuntu-22.04
5
- tools:
6
- python: "3.10"
+ os: "ubuntu-20.04"
+ tools:
+ python: "mambaforge-4.10"
7
8
-python:
9
- system_packages: false
10
- install:
11
- - method: pip
12
- path: .
13
- extra_requirements:
14
- - docs
+conda:
+ environment: docs/rtd_environment.yaml
15
16
sphinx:
17
- fail_on_warning: true
18
- configuration: docs/conf.py
+ builder: html
+ configuration: docs/conf.py
+ fail_on_warning: true
+
+# Install regular dependencies.
+# Then, install special pinning for RTD.
+python:
19
+ system_packages: false
20
+ install:
21
+ - method: pip
22
+ path: .
23
+ extra_requirements:
24
+ - docs
25
+ - all
26
27
+# Don't build any extra formats
28
+formats: []
0 commit comments