summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-01-01 23:54:45 +0100
committerGeorg Brandl <georg@python.org>2010-01-01 23:54:45 +0100
commitfa3e2fb9419e15458805c2c00bad741b7361ae02 (patch)
tree2be742b5241223fca07e4f842c2583e8a5226049 /doc
parentb380e340298756b2f70026340cd7f8f30439b419 (diff)
downloadsphinx-fa3e2fb9419e15458805c2c00bad741b7361ae02.tar.gz
Correct info about jsmath_path if given relative.
Diffstat (limited to 'doc')
-rw-r--r--doc/ext/math.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ext/math.rst b/doc/ext/math.rst
index a214b41e..c1602558 100644
--- a/doc/ext/math.rst
+++ b/doc/ext/math.rst
@@ -191,10 +191,10 @@ value:
JSMath. There is no default.
The path can be absolute or relative; if it is relative, it is relative to
- the root of the built docs.
+ the ``_static`` directory of the built docs.
For example, if you put JSMath into the static path of the Sphinx docs, this
- value would be ``_static/jsMath/easy/load.js``. If you host more than one
+ value would be ``jsMath/easy/load.js``. If you host more than one
Sphinx documentation set on one server, it is advisable to install jsMath in
a shared location.