Closes #923: Take the entire LaTeX document into account when caching

pngmath-generated images.  This rebuilds them correctly when
``pngmath_latex_preamble`` changes.
This commit is contained in:
Georg Brandl
2014-01-11 09:17:27 +01:00
parent cfecf17aed
commit fe0532a6e3
2 changed files with 7 additions and 4 deletions

View File

@@ -39,6 +39,10 @@ Bugs fixed
* #943: In autosummary, recognize "first sentences" to pull from the docstring
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.
Documentation
-------------