Skip to content

Commit f661894

Browse files
committed
docs: fix readthedocs config
1 parent 1eaf0d9 commit f661894

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.readthedocs.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
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/conf.py
@@ -16,4 +21,4 @@ formats:
1621
- htmlzip
1722

1823
conda:
19-
environment: docs/environment.yml
24+
environment: docs/environment.yml

0 commit comments

Comments
 (0)