Skip to content

Commit 61c94a8

Browse files
committed
Build: use Conda to build docs
Use miniconda to check build-large queue. Related #9 Related readthedocs/readthedocs.org#9527
1 parent 93bb10f commit 61c94a8

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

.readthedocs.yml

+4-9
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,13 @@ version: 2
33
formats: []
44

55
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-
136
configuration: conf.py
147
fail_on_warning: false
158

16-
python:
17-
version: 3.6
9+
build:
10+
os: ubuntu-22.04
11+
tools:
12+
python: miniconda3-4.7
1813

1914
conda:
2015
environment: environment.yml

0 commit comments

Comments
 (0)