mirror of
https://github.com/django/django.git
synced 2025-09-26 20:19:16 +00:00
Ignored new warnings when building the docs with Sphinx 1.4.
This commit is contained in:
parent
a20671c489
commit
af32737573
1 changed files with 3 additions and 0 deletions
|
@ -145,6 +145,9 @@ intersphinx_mapping = {
|
||||||
# Python's docs don't change every week.
|
# Python's docs don't change every week.
|
||||||
intersphinx_cache_limit = 90 # days
|
intersphinx_cache_limit = 90 # days
|
||||||
|
|
||||||
|
# The 'versionadded' and 'versionchanged' directives are overridden.
|
||||||
|
suppress_warnings = ['app.add_directive']
|
||||||
|
|
||||||
# -- Options for HTML output ---------------------------------------------------
|
# -- Options for HTML output ---------------------------------------------------
|
||||||
|
|
||||||
# The theme to use for HTML and HTML Help pages. See the documentation for
|
# The theme to use for HTML and HTML Help pages. See the documentation for
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue