Commit c3dc03c713a3d854972fa6b2a946bc25197086bc

Authored by Jay Berkenbilt
1 parent e8a15204

Update configuration for correct building of epub

.readthedocs.yaml
@@ -14,8 +14,7 @@ sphinx: @@ -14,8 +14,7 @@ sphinx:
14 configuration: manual/conf.py 14 configuration: manual/conf.py
15 15
16 formats: 16 formats:
17 - - pdf  
18 - - epub 17 + - all
19 18
20 sphinx: 19 sphinx:
21 fail_on_warning: true 20 fail_on_warning: true
manual/conf.py
@@ -11,6 +11,7 @@ project = 'QPDF' @@ -11,6 +11,7 @@ project = 'QPDF'
11 copyright = '2005-2021, Jay Berkenbilt' 11 copyright = '2005-2021, Jay Berkenbilt'
12 author = 'Jay Berkenbilt' 12 author = 'Jay Berkenbilt'
13 release = '10.4.0' 13 release = '10.4.0'
  14 +version = release
14 html_theme = 'nature' 15 html_theme = 'nature'
15 html_theme_options = { 16 html_theme_options = {
16 "body_max_width": None, 17 "body_max_width": None,