diff options
| author | Baptiste Mispelon <bmispelon@gmail.com> | 2025-04-12 19:39:07 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2025-04-12 19:39:32 +0200 |
| commit | 64ec347fc5ede2efddb9cf4b25e036708fd3458b (patch) | |
| tree | 50acc20a06971a08a72e2db74536414b9bd3b019 | |
| parent | b97af5e696b235876c1a1c8d8a704580f2aeabc2 (diff) | |
[5.2.x] Fixed #36320 -- Ignored "duplicated_toc_entry" for ePub docs build.
Backport of ac16d2876da296d8e50450bf7d776f92d1e16b0d from main
| -rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index f71892fd9a..c29eab349c 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 --------------------------------------------------- |
