1
0
mirror of https://github.com/django/django.git synced 2025-03-13 10:50:55 +00:00

[1.10.x] Ignored new warnings when building the docs with Sphinx 1.4.

Backport of af3273757397fa88163174546f2b620d7b4837ed from master
This commit is contained in:
Tim Graham 2016-06-01 11:01:37 -04:00
parent 777bc8f7d6
commit 52ab0fd354

View File

@ -145,6 +145,9 @@ intersphinx_mapping = {
# Python's docs don't change every week.
intersphinx_cache_limit = 90 # days
# The 'versionadded' and 'versionchanged' directives are overridden.
suppress_warnings = ['app.add_directive']
# -- Options for HTML output ---------------------------------------------------
# The theme to use for HTML and HTML Help pages. See the documentation for