Update CHANGES for PR #9594

This commit is contained in:
Takeshi KOMIYA 2021-09-11 18:54:29 +09:00
parent 571929974a
commit fb141c355f

View File

@ -17,6 +17,7 @@ Features added
* #9479: autodoc: Emit a warning if target is a mocked object
* #9447: html theme: Expose the version of Sphinx in the form of tuple as a
template variable ``sphinx_version_tuple``
* #9594: manpage: Suppress the title of man page if description is empty
* #9445: py domain: ``:py:property:`` directive supports ``:classmethod:``
option to describe the class property
* #9524: test: SphinxTestApp can take ``builddir`` as an argument