diff options
author | Georg Brandl <georg@python.org> | 2011-01-08 19:08:38 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2011-01-08 19:08:38 +0100 |
commit | 37cbb4b2fabc4348eea513c8466dfd89347e4d79 (patch) | |
tree | 8f29b9bd064a9e977d40f7dcf0fd84d7eda9c7f6 /doc/ext | |
parent | 7f3ee4d6782904c7d78fbf9582f6ec2b7b63d44a (diff) | |
download | sphinx-37cbb4b2fabc4348eea513c8466dfd89347e4d79.tar.gz |
Added :confval:`pngmath_add_tooltips`.
Diffstat (limited to 'doc/ext')
-rw-r--r-- | doc/ext/math.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/ext/math.rst b/doc/ext/math.rst index ae91875d..c2096104 100644 --- a/doc/ext/math.rst +++ b/doc/ext/math.rst @@ -170,6 +170,13 @@ There are various config values you can set to influence how the images are buil Unfortunately, this only works when the `preview-latex package`_ is installed. Therefore, the default for this option is ``False``. +.. confval:: pngmath_add_tooltips + + Default: true. If false, do not add the LaTeX code as an "alt" attribute for + math images. + + .. versionadded:: 1.1 + :mod:`sphinx.ext.mathjax` -- Render math via JavaScript ------------------------------------------------------- |