Update configuration for correct building of epub

This commit is contained in:
Jay Berkenbilt 2021-12-18 15:59:04 -05:00
parent e8a15204f5
commit c3dc03c713
2 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,7 @@ sphinx:
configuration: manual/conf.py
formats:
- pdf
- epub
- all
sphinx:
fail_on_warning: true

View File

@ -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,