1
0
mirror of https://github.com/django/django.git synced 2025-04-16 21:34:37 +00:00

Fixed #36320 -- Ignored "duplicated_toc_entry" for ePub docs build.

This commit is contained in:
Baptiste Mispelon 2025-04-12 19:39:07 +02:00 committed by GitHub
parent 21f8be76d4
commit ac16d2876d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 ---------------------------------------------------