From 8fca6c3eb596775a9a6b676599c2068add84bdde Mon Sep 17 00:00:00 2001 From: Penny How Date: Thu, 30 Nov 2023 13:12:59 -0200 Subject: [PATCH] Enable downloadable documentation with readthedocs (#213) * Enable downloadable documentation with readthedocs * configuration version updated --- .readthedocs.yaml | 5 +++++ docs/conf.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 02f531a4..52ace5a0 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -15,6 +15,11 @@ build: sphinx: configuration: docs/conf.py +# Build downloadable documentation files +formats: + - pdf + - epub + # We recommend specifying your dependencies to enable reproducible builds: # https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html python: diff --git a/docs/conf.py b/docs/conf.py index f49f1506..f029cf33 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ author = 'GEUS Glaciology and Climate' # The full version, including alpha/beta/rc tags -release = '1.1.1' +release = '1.3.2' # -- General configuration ---------------------------------------------------