Skip to content

Commit 87a3d59

Browse files
author
Francisco Aranda
committed
chore: configure miniconda for readthedocs builder
See error readthedocs/readthedocs.org#9527 (comment)
1 parent 9c87cf1 commit 87a3d59

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.readthedocs.yaml

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

8+
build:
9+
os: ubuntu-22.04
10+
tools:
11+
python: "miniconda3-4.7"
12+
13+
814
# Build documentation in the docs/ directory with Sphinx
915
sphinx:
10-
configuration: docs/conf.py
16+
configuration: docs/conf.py
1117

1218
# Optionally build your docs in additional formats such as PDF
1319
formats:
14-
- pdf
20+
- pdf
1521

1622
conda:
17-
environment: environment_docs.yml
23+
environment: environment_docs.yml

0 commit comments

Comments
 (0)