Skip to content

Commit 7f95068

Browse files
authored
Use mamba on RTD (#286)
1 parent a7e43ad commit 7f95068

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

.readthedocs.yml

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,15 @@
1-
# .readthedocs.yml
2-
# Read the Docs configuration file
3-
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
4-
51
# Required
62
version: 2
73

84
build:
9-
image: stable
5+
os: 'ubuntu-20.04'
6+
tools:
7+
python: 'mambaforge-4.10'
108

119
# Build documentation in the docs/ directory with Sphinx
1210
sphinx:
1311
configuration: doc/conf.py
1412

15-
# Build documentation with MkDocs
16-
#mkdocs:
17-
# configuration: mkdocs.yml
18-
19-
# Optionally build your docs in additional formats such as PDF
20-
# formats:
21-
# - pdf
22-
2313
# Optionally set the version of Python and requirements required to build your docs
2414
conda:
2515
environment: ci/doc.yml

0 commit comments

Comments
 (0)