Commit c3dc03c713a3d854972fa6b2a946bc25197086bc
1 parent
e8a15204
Update configuration for correct building of epub
Showing
2 changed files
with
2 additions
and
2 deletions
.readthedocs.yaml
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, |