From c4a999f682bcf686a59ebfe9e165fbcab9ab8f70 Mon Sep 17 00:00:00 2001 From: Takayuki Shimizukawa Date: Fri, 29 Mar 2013 10:45:24 +0900 Subject: [PATCH] add missing `mathjax_path` default value in document. --- doc/ext/math.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/ext/math.rst b/doc/ext/math.rst index 91376d15d..85e67b5b4 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 `_. 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 + `_. If you want MathJax to be available offline, you have to donwload it and set this value to a different path.