From 9375ee1ed535ddf8e7611eb2cd4dfb5e39d52dce Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 12 Nov 2021 08:48:41 +0530 Subject: [PATCH] ... --- manual/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/conf.py b/manual/conf.py index 3b5a0c0a90..d66a397c89 100644 --- a/manual/conf.py +++ b/manual/conf.py @@ -192,7 +192,7 @@ epub_uid = u'S54a88f8e9d42455e9c6db000e989225f' 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 = {}