diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2021-09-11 18:54:29 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2021-09-11 18:54:29 +0900 |
commit | fb141c355fe0b6c163074dd3b48c65a694421b6a (patch) | |
tree | ea34bb106fcf58e4af0dcfb89b459003523fca88 | |
parent | 571929974ad048d4d6d0322686281e7e5185c13a (diff) | |
download | sphinx-git-fb141c355fe0b6c163074dd3b48c65a694421b6a.tar.gz |
Update CHANGES for PR #9594
-rw-r--r-- | CHANGES | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |