Close #3784: mathjax: Add :confval:mathjax_options

This commit is contained in:
Takeshi KOMIYA
2018-06-13 23:24:14 +09:00
parent 2855721d0b
commit 34126021d9
4 changed files with 28 additions and 1 deletions

View File

@@ -260,6 +260,16 @@ Sphinx.
You can also give a full ``https://`` URL different from the CDN URL.
.. confval:: mathjax_options
The options to script tag for mathjax. For example, you can set integrity
option with following setting::
mathjax_options = {
'integrity': 'sha384-......',
}
The default is empty (``{}``).
:mod:`sphinx.ext.jsmath` -- Render math via JavaScript
------------------------------------------------------