mirror of
https://github.com/django/django.git
synced 2025-06-15 08:29:11 +00:00
[5.1.x] Fixed #36320 -- Ignored "duplicated_toc_entry" for ePub docs build.
Backport of ac16d2876da296d8e50450bf7d776f92d1e16b0d from main
This commit is contained in:
parent
39b144badd
commit
af6d305fc7
@ -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 ---------------------------------------------------
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user