Merge branch 'master' into grunt-uglify

This commit is contained in:
Jesse Tan 2017-12-29 16:23:57 +01:00 committed by GitHub
commit c605f255b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,6 +39,9 @@ extensions = [
'sphinxcontrib.httpdomain', 'sphinxcontrib.httpdomain',
] ]
# Do not warn about external images (status badges in README.rst)
suppress_warnings = ['image.nonlocal_uri']
# Math # Math
mathjax_path = "http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" mathjax_path = "http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"