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 a7e43ad commit 7f95068Copy full SHA for 7f95068
.readthedocs.yml
@@ -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
-
5
# Required
6
version: 2
7
8
build:
9
- image: stable
+ os: 'ubuntu-20.04'
+ tools:
+ python: 'mambaforge-4.10'
10
11
# Build documentation in the docs/ directory with Sphinx
12
sphinx:
13
configuration: doc/conf.py
14
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
23
# Optionally set the version of Python and requirements required to build your docs
24
conda:
25
environment: ci/doc.yml
0 commit comments