mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix warnings caused by renaming pngmath in CHANGES and docs
This commit is contained in:
parent
d4584d6295
commit
00b909f9b6
4
CHANGES
4
CHANGES
@ -625,7 +625,7 @@ Bugs fixed
|
||||
if they contain uppercase letters.
|
||||
* #923: Take the entire LaTeX document into account when caching
|
||||
pngmath-generated images. This rebuilds them correctly when
|
||||
`pngmath_latex_preamble` changes.
|
||||
``pngmath_latex_preamble`` changes.
|
||||
* #901: Emit a warning when using docutils' new "math" markup without a Sphinx
|
||||
math extension active.
|
||||
* #845: In code blocks, when the selected lexer fails, display line numbers
|
||||
@ -1244,7 +1244,7 @@ Features added
|
||||
indicators.
|
||||
- #367: Added automatic exclusion of hidden members in inheritance
|
||||
diagrams, and an option to selectively enable it.
|
||||
- Added `pngmath_add_tooltips`.
|
||||
- Added ``pngmath_add_tooltips``.
|
||||
- The math extension displaymath directives now support ``name`` in
|
||||
addition to ``label`` for giving the equation label, for compatibility
|
||||
with Docutils.
|
||||
|
@ -100,9 +100,9 @@ Extension options
|
||||
|
||||
Enable `sphinx.ext.coverage` extension.
|
||||
|
||||
.. option:: --ext-pngmath
|
||||
.. option:: --ext-imgmath
|
||||
|
||||
Enable `sphinx.ext.pngmath` extension.
|
||||
Enable `sphinx.ext.imgmath` extension.
|
||||
|
||||
.. option:: --ext-mathjax
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user