swap cover for variant three

This commit is contained in:
Heiko Schaefer 2023-12-13 01:00:18 +01:00
parent 30f2f681ef
commit 72741c88d4
No known key found for this signature in database
GPG key ID: DAE9A9050FCCF1EB
3 changed files with 1 additions and 264 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 967 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 57 KiB

View file

@ -58,7 +58,7 @@ myst_enable_extensions = [
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-epub-output
epub_copyright = f'{date.today().year}, {author} ({upstream_url}), CC-BY-SA-4.0'
epub_cover = ('_static/epub/img/cover.svg', 'cover.j2')
epub_cover = ('_static/epub/img/cover.png', 'cover.j2')
epub_css_files = [
'epub/css/custom.css'
]