Skip to content

Commit 7cde0b7

Browse files
authored
Merge pull request #192 from esa/fixing-rtd-cfg
Update .readthedocs.yml
2 parents 8e29b1d + 718340d commit 7cde0b7

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

.readthedocs.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,17 @@
55
# Required
66
version: 2
77

8+
build:
9+
os: "ubuntu-22.04"
10+
tools:
11+
python: "mambaforge-22.9"
12+
813
# Build documentation in the docs/ directory with Sphinx
914
sphinx:
1015
configuration: docs/source/conf.py
1116

1217
# Optionally build your docs in additional formats such as PDF
1318
formats: all
1419

15-
# Optionally set the version of Python and requirements required to build your docs
16-
python:
17-
version: 3.8
18-
install:
19-
- method: setuptools
20-
path: .
21-
2220
conda:
23-
environment: rtd_environment.yml
21+
environment: rtd_environment.yml

0 commit comments

Comments
 (0)