2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-06-24 22:34:28 +00:00

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 configuration: manual/conf.py
formats: formats:
- pdf - all
- epub
sphinx: sphinx:
fail_on_warning: true fail_on_warning: true

View File

@ -11,6 +11,7 @@ project = 'QPDF'
copyright = '2005-2021, Jay Berkenbilt' copyright = '2005-2021, Jay Berkenbilt'
author = 'Jay Berkenbilt' author = 'Jay Berkenbilt'
release = '10.4.0' release = '10.4.0'
version = release
html_theme = 'nature' html_theme = 'nature'
html_theme_options = { html_theme_options = {
"body_max_width": None, "body_max_width": None,