From 06e0a43333ec58ff3a5ccd989dc58510e33a9346 Mon Sep 17 00:00:00 2001 From: Jesse Tan Date: Thu, 28 Dec 2017 18:06:47 +0100 Subject: [PATCH] Do not warn about using external images (#533) --- docs/conf.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index 67824eee..68439651 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -39,6 +39,9 @@ extensions = [ 'sphinxcontrib.httpdomain', ] +# Do not warn about external images (status badges in README.rst) +suppress_warnings = ['image.nonlocal_uri'] + # Math mathjax_path = "http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"