summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorshimizukawa <shimizukawa@gmail.com>2013-03-29 10:45:24 +0900
committershimizukawa <shimizukawa@gmail.com>2013-03-29 10:45:24 +0900
commit4bb8f796361a59a23a874b7d3feb5c526c807982 (patch)
tree1d4e00ea3b166930644d72a7aa325ed28cb0642b /doc
parentbf9dba314db6b8720b3fde601fb3be282b2474eb (diff)
downloadsphinx-4bb8f796361a59a23a874b7d3feb5c526c807982.tar.gz
add missing `mathjax_path` default value in document.
Diffstat (limited to 'doc')
-rw-r--r--doc/ext/math.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/ext/math.rst b/doc/ext/math.rst
index 91376d15..85e67b5b 100644
--- a/doc/ext/math.rst
+++ b/doc/ext/math.rst
@@ -195,8 +195,10 @@ Sphinx.
The path to the JavaScript file to include in the HTML files in order to load
MathJax.
- The default is the ``http://`` URL that loads the JS files from the `MathJax
- CDN <http://www.mathjax.org/docs/1.1/start.html>`_. If you want MathJax to
+ The default is the
+ ``http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML``
+ URL that loads the JS files from the `MathJax CDN
+ <http://www.mathjax.org/docs/1.1/start.html>`_. If you want MathJax to
be available offline, you have to donwload it and set this value to a
different path.