Skip to content

Commit

Permalink
Do not warn about using external images (#533)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessetan authored and Blendify committed Dec 28, 2017
1 parent 19b22eb commit 06e0a43
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@
'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"

Expand Down

0 comments on commit 06e0a43

Please sign in to comment.