From 8f7dc23858e586cf94bdfc610737022600be1bf9 Mon Sep 17 00:00:00 2001 From: "kujiu (@rincevent)" Date: Fri, 31 Jul 2020 16:04:07 +0200 Subject: [PATCH] Change epub theme --- source/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/conf.py b/source/conf.py index 0f9fb36..77834f0 100644 --- a/source/conf.py +++ b/source/conf.py @@ -278,7 +278,8 @@ epub_exclude_files = [ 'apropos.xhtml', 'nav.xhtml' ] -epub_theme = 'epub' +epub_theme = 'nervproject' +epub_theme_options = html_theme_options epub_show_urls = 'footnote' diag_antialias = True