From c19ce4e6cfe659cb6952e2145728a8c33656ab82 Mon Sep 17 00:00:00 2001 From: Amaury Dehecq Date: Thu, 27 Apr 2023 02:49:59 +0200 Subject: [PATCH] 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 --- .readthedocs.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 5a07259f8..8b6710071 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -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