We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93bb10f commit 61c94a8Copy full SHA for 61c94a8
.readthedocs.yml
@@ -3,18 +3,13 @@ version: 2
3
formats: []
4
5
sphinx:
6
- # At this moment, the builder has to match to the DB setting from
7
- # "Advanced settings" because otherwise we will receive a build
8
- # error. This behavior could probably change in the future to take
9
- # precedence by the YAML config. More context on this at
10
- # https://github.com/rtfd/readthedocs.org/issues/4638
11
- builder: html
12
-
13
configuration: conf.py
14
fail_on_warning: false
15
16
-python:
17
- version: 3.6
+build:
+ os: ubuntu-22.04
+ tools:
+ python: miniconda3-4.7
18
19
conda:
20
environment: environment.yml
0 commit comments