This commit is contained in:
Kovid Goyal 2021-11-12 08:48:41 +05:30
parent f3ef3c85dd
commit 9375ee1ed5
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -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 = {}