mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-25 15:33:15 +02:00
...
This commit is contained in:
parent
f3ef3c85dd
commit
9375ee1ed5
1 changed files with 1 additions and 1 deletions
|
|
@ -192,7 +192,7 @@ def sort_languages(x):
|
|||
epub_tocdepth = 4
|
||||
epub_tocdup = True
|
||||
epub_cover = ('epub_cover.jpg', 'epub_cover_template.html')
|
||||
suppress_wrnings = ['epub.duplicated_toc_entry']
|
||||
suppress_warnings = ['epub.duplicated_toc_entry']
|
||||
|
||||
# Custom sidebar templates, maps document names to template names.
|
||||
# html_sidebars = {}
|
||||
|
|
|
|||
Loading…
Reference in a new issue