Fix #2290: `sphinx.ext.mathbase` use of amsfonts may break user choice of math fonts

This commit is contained in:
Takeshi KOMIYA
2016-02-15 17:36:51 +09:00
parent 50f4862b06
commit 532e99c96b
3 changed files with 9 additions and 1 deletions

View File

@@ -18,6 +18,7 @@ Bugs fixed
* #2292: Fix some footnotes disappear from LaTeX output
* #2287: ``sphinx.transforms.Locale`` always uses rst parser. Sphinx i18n feature should
support parsers that specified source_parsers.
* #2290: Fix ``sphinx.ext.mathbase`` use of amsfonts may break user choice of math fonts
Release 1.3.5 (released Jan 24, 2016)