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.
2 parents 8e29b1d + 718340d commit 7cde0b7Copy full SHA for 7cde0b7
.readthedocs.yml
@@ -5,19 +5,17 @@
5
# Required
6
version: 2
7
8
+build:
9
+ os: "ubuntu-22.04"
10
+ tools:
11
+ python: "mambaforge-22.9"
12
+
13
# Build documentation in the docs/ directory with Sphinx
14
sphinx:
15
configuration: docs/source/conf.py
16
17
# Optionally build your docs in additional formats such as PDF
18
formats: all
19
-# Optionally set the version of Python and requirements required to build your docs
-python:
- version: 3.8
- install:
- - method: setuptools
20
- path: .
21
-
22
conda:
23
- environment: rtd_environment.yml
+ environment: rtd_environment.yml
0 commit comments