Commit 66e73429 authored by Michal Čihař's avatar Michal Čihař

Disable footer and relbar for epub

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 8c52d6fa
......@@ -277,6 +277,10 @@ epub_copyright = u'2012 - 2014, Michal Čihař'
# usually not wise. This defaults to 'epub', a theme designed to save visual
# space.
#epub_theme = 'epub'
epub_theme_options = {
'relbar1': False,
'footer': False,
}
# The language of the text. It defaults to the language option
# or en if the language is not set.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment