From c3dc03c713a3d854972fa6b2a946bc25197086bc Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sat, 18 Dec 2021 15:59:04 -0500 Subject: [PATCH] Update configuration for correct building of epub --- .readthedocs.yaml | 3 +-- manual/conf.py | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index d5c5467..6f3a273 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -14,8 +14,7 @@ sphinx: configuration: manual/conf.py formats: - - pdf - - epub + - all sphinx: fail_on_warning: true diff --git a/manual/conf.py b/manual/conf.py index 37e0039..7dde20c 100644 --- a/manual/conf.py +++ b/manual/conf.py @@ -11,6 +11,7 @@ project = 'QPDF' copyright = '2005-2021, Jay Berkenbilt' author = 'Jay Berkenbilt' release = '10.4.0' +version = release html_theme = 'nature' html_theme_options = { "body_max_width": None, -- libgit2 0.21.4