summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBaptiste Mispelon <bmispelon@gmail.com>2025-04-12 19:39:07 +0200
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2025-04-12 19:40:16 +0200
commitaf6d305fc7ac375c9a273b49c8038e5e9030830b (patch)
tree8b7f1fbb281fb69616828bc56ede5dac25b9669b /docs
parent39b144baddca433b9aa28f99e595ffcc191c0bee (diff)
[5.1.x] Fixed #36320 -- Ignored "duplicated_toc_entry" for ePub docs build.
Backport of ac16d2876da296d8e50450bf7d776f92d1e16b0d from main
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index db5286182e..b805e67380 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 ---------------------------------------------------