Skip to content

Commit

Permalink
Enable building the doc in offline formats #363 (#368)
Browse files Browse the repository at this point in the history
* Increment to 0.0.7

* Enable building the doc in offline formats

* Fix typo

---------

Co-authored-by: Romain Hugonnet <[email protected]>
  • Loading branch information
adehecq and rhugonnet authored Apr 27, 2023
1 parent dcb5a50 commit c19ce4e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,15 @@ build:
tools:
python: "mambaforge-4.10"

# Build documentation in the docs/ directory with Sphinx
# Build documentation in the doc/ directory with Sphinx
sphinx:
configuration: doc/source/conf.py
fail_on_warning: false

# Optionally build your docs in additional formats such as PDF and ePub
formats: []

# Build the doc in offline formats
formats:
- pdf
- htmlzip

conda:
environment: dev-environment.yml

0 comments on commit c19ce4e

Please sign in to comment.