Skip to content

Commit c19ce4e

Browse files
adehecqrhugonnet
andauthored
Enable building the doc in offline formats #363 (#368)
* Increment to 0.0.7 * Enable building the doc in offline formats * Fix typo --------- Co-authored-by: Romain Hugonnet <[email protected]>
1 parent dcb5a50 commit c19ce4e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.readthedocs.yaml

+5-4
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,15 @@ build:
1010
tools:
1111
python: "mambaforge-4.10"
1212

13-
# Build documentation in the docs/ directory with Sphinx
13+
# Build documentation in the doc/ directory with Sphinx
1414
sphinx:
1515
configuration: doc/source/conf.py
1616
fail_on_warning: false
1717

18-
# Optionally build your docs in additional formats such as PDF and ePub
19-
formats: []
20-
18+
# Build the doc in offline formats
19+
formats:
20+
- pdf
21+
- htmlzip
2122

2223
conda:
2324
environment: dev-environment.yml

0 commit comments

Comments
 (0)