mirror of
https://github.com/django/django.git
synced 2025-08-09 05:18:56 +00:00
[5.2.x] Fixed #36320 -- Ignored "duplicated_toc_entry" for ePub docs build.
Backport of ac16d2876d
from main
This commit is contained in:
parent
b97af5e696
commit
64ec347fc5
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue