Skip to content

Commit ab18233

Browse files
committed
Solve doc build failure
1 parent 09ea12c commit ab18233

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

.readthedocs.yaml

+12-11
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,21 @@ build:
1313
# Build documentation in the "docs/" directory with Sphinx
1414
sphinx:
1515
configuration: docs/source/conf.py
16-
fail_on_warning: true
17-
# Optionally build your docs in additional formats such as PDF and ePub
16+
# fail_on_warning: true
17+
18+
# Build your docs in additional formats such as PDF and ePub
1819
formats:
1920
- pdf
20-
# Optional but recommended, declare the Python requirements required
21-
# to build your documentation
21+
22+
# Declare the Python requirements required to build your documentation
2223
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
23-
# python:
24-
# install:
25-
# - method: pip
26-
# path: .
27-
# extra_requirements:
28-
# - image
29-
# - dev
3024
# See https://docs.readthedocs.io/en/stable/guides/conda.html#making-builds-faster-with-mamba
3125
conda:
3226
environment: docs/environment.yaml
27+
python:
28+
install:
29+
- method: pip
30+
path: .
31+
# extra_requirements:
32+
# - image
33+
# - dev

0 commit comments

Comments
 (0)