summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2016-06-01 11:01:37 -0400
committerTim Graham <timograham@gmail.com>2016-06-02 11:30:45 -0400
commitda3b6b3f966a17d8a1257c2fa61840bbdc40ea7e (patch)
tree9a3f364fc96be998131dfafe62784999a46d3bd7 /docs
parent84698b89c8f54634c03c819c73ec7420468e6263 (diff)
[1.9.x] Ignored new warnings when building the docs with Sphinx 1.4.
Backport of af3273757397fa88163174546f2b620d7b4837ed from master
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 49f8d82b07..7d237f6d06 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -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