mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Correct info about jsmath_path if given relative.
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user