Commit da3b6b3f authored by Tim Graham's avatar Tim Graham
Browse files

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

Backport of af327375 from master
parent 84698b89
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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