Commit c3dc03c713a3d854972fa6b2a946bc25197086bc

Authored by Jay Berkenbilt
1 parent e8a15204

Update configuration for correct building of epub

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