mirror of
https://github.com/readthedocs/sphinx_rtd_theme.git
synced 2025-02-25 18:55:21 -06:00
Do not warn about using external images (#533)
This commit is contained in:
parent
19b22ebada
commit
06e0a43333
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user