From 8346d2b633a1504c771b13dcd9231fa269f935f5 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Wed, 1 Jun 2016 11:01:37 -0400 Subject: [PATCH] [1.8.x] Ignored new warnings when building the docs with Sphinx 1.4. Backport of af3273757397fa88163174546f2b620d7b4837ed from master --- docs/conf.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index 1176f8d206..557ccfd17d 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