From ac16d2876da296d8e50450bf7d776f92d1e16b0d Mon Sep 17 00:00:00 2001 From: Baptiste Mispelon Date: Sat, 12 Apr 2025 19:39:07 +0200 Subject: [PATCH] Fixed #36320 -- Ignored "duplicated_toc_entry" for ePub docs build. --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 579e13d21e..be79b9133c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -194,7 +194,7 @@ intersphinx_mapping = { intersphinx_cache_limit = 90 # days # The 'versionadded' and 'versionchanged' directives are overridden. -suppress_warnings = ["app.add_directive"] +suppress_warnings = ["app.add_directive", "epub.duplicated_toc_entry"] # -- Options for HTML output ---------------------------------------------------