Do not warn about using external images (#533)

This commit is contained in:
Jesse Tan 2017-12-28 18:06:47 +01:00 committed by Aaron Carlisle
parent 19b22ebada
commit 06e0a43333

View File

@ -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"