summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2021-09-11 18:54:29 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2021-09-11 18:54:29 +0900
commitfb141c355fe0b6c163074dd3b48c65a694421b6a (patch)
treeea34bb106fcf58e4af0dcfb89b459003523fca88
parent571929974ad048d4d6d0322686281e7e5185c13a (diff)
downloadsphinx-git-fb141c355fe0b6c163074dd3b48c65a694421b6a.tar.gz
Update CHANGES for PR #9594
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 4e98b2c8a..0e7c015f0 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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