aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-12-18 21:59:04 +0100
committerJay Berkenbilt <ejb@ql.org>2021-12-18 21:59:04 +0100
commitc3dc03c713a3d854972fa6b2a946bc25197086bc (patch)
tree9a6bbd389e2d24f1102679c38c8404a495bfd52a
parente8a15204f5e0a0e259ff8ae337a94c07b7f67092 (diff)
downloadqpdf-c3dc03c713a3d854972fa6b2a946bc25197086bc.tar.zst
Update configuration for correct building of epub
-rw-r--r--.readthedocs.yaml3
-rw-r--r--manual/conf.py1
2 files changed, 2 insertions, 2 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
index d5c54677..6f3a2734 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 37e00395..7dde20ca 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,