diff --git a/book/source/_static/epub/img/cover.png b/book/source/_static/epub/img/cover.png new file mode 100644 index 0000000..8c341da Binary files /dev/null and b/book/source/_static/epub/img/cover.png differ diff --git a/book/source/_static/epub/img/cover.svg b/book/source/_static/epub/img/cover.svg deleted file mode 100644 index 5bc03b0..0000000 --- a/book/source/_static/epub/img/cover.svg +++ /dev/null @@ -1,263 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/book/source/conf.py b/book/source/conf.py index 762b9a9..8190e40 100644 --- a/book/source/conf.py +++ b/book/source/conf.py @@ -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' ]