diff options
| author | Baptiste Mispelon <bmispelon@gmail.com> | 2025-04-12 19:39:07 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-12 19:39:07 +0200 |
| commit | ac16d2876da296d8e50450bf7d776f92d1e16b0d (patch) | |
| tree | 660ba72b5d17ef11af3fe6aae1153b9caaefc75f /docs/conf.py | |
| parent | 21f8be76d43aa1ee5ae41c1e0a428cfea1f231c1 (diff) | |
Fixed #36320 -- Ignored "duplicated_toc_entry" for ePub docs build.
Diffstat (limited to 'docs/conf.py')
| -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 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 --------------------------------------------------- |
