diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2022-03-19 22:58:15 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2022-03-19 22:58:15 +0900 |
commit | aa1bc83c2ac9357b39048b555c3fdb0efff3449c (patch) | |
tree | c1149670ca18b5f9820505322d5b0a5832395ea4 /sphinx/ext/mathjax.py | |
parent | 759a526b12213c59d6ae4c8f66682f4328b764f4 (diff) | |
parent | 017ef6118b4fe588140266ad6ff2393cbddd9137 (diff) | |
download | sphinx-git-aa1bc83c2ac9357b39048b555c3fdb0efff3449c.tar.gz |
Merge branch '4.x'
Diffstat (limited to 'sphinx/ext/mathjax.py')
-rw-r--r-- | sphinx/ext/mathjax.py | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/sphinx/ext/mathjax.py b/sphinx/ext/mathjax.py index 7b85799ec..d0d360e2e 100644 --- a/sphinx/ext/mathjax.py +++ b/sphinx/ext/mathjax.py @@ -1,13 +1,8 @@ -""" - sphinx.ext.mathjax - ~~~~~~~~~~~~~~~~~~ +"""Allow `MathJax`_ to be used to display math in Sphinx's HTML writer. - Allow `MathJax <https://www.mathjax.org/>`_ to be used to display math in - Sphinx's HTML writer -- requires the MathJax JavaScript library on your - webserver/computer. +This requires the MathJax JavaScript library on your webserver/computer. - :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. - :license: BSD, see LICENSE for details. +.. _MathJax: https://www.mathjax.org/ """ import json |