From baf1e7bac77a714c8d62266f6279df1eeb64105f Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Sat, 7 Jan 2017 12:13:46 -0800 Subject: [PATCH] Suppress external image warnings when building docs --- docs/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index b1882d5a..9814f480 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -26,6 +26,8 @@ # If your documentation needs a minimal Sphinx version, state it here. needs_sphinx = '1.3' +suppress_warnings = ['image.nonlocal_uri'] + # Add any Sphinx extension module names here, as strings. They can be extensions # coming with Sphinx (named 'sphinx.ext.*') or your custom ones. extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx',