summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
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.