Merge branch '4.3.x' into 4.x

This commit is contained in:
Takeshi KOMIYA
2021-11-23 18:17:13 +09:00
7 changed files with 64 additions and 8 deletions

View File

@@ -41,11 +41,20 @@ Deprecated
Features added
--------------
* #9864: mathjax: Support chnaging the loading method of MathJax to "defer" via
:confval:`mathjax_options`
Bugs fixed
----------
* #9838: autodoc: AttributeError is raised on building document for functions
decorated by functools.lru_cache
* #9879: autodoc: AttributeError is raised on building document for an object
having invalid __doc__ atribute
* #9872: html: Class namespace collision between autodoc signatures and
docutils-0.17
* #9864: mathjax: Failed to render equations via MathJax v2. The loading method
of MathJax is back to "async" method again
Testing
--------