summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2020-10-28 11:03:13 +0900
committerGitHub <noreply@github.com>2020-10-28 11:03:13 +0900
commit7eabbfc5ecdf52329672410f651880645074e215 (patch)
treeeb87598abf60ddaa8e5484a05ab2e4807742bf1a /CHANGES
parentc40b4249cdc2a1d78ba6b92a0009bf1f942b68d4 (diff)
parenta843fd3db8b588be93b576049a8a291bc4b3ec9d (diff)
downloadsphinx-git-7eabbfc5ecdf52329672410f651880645074e215.tar.gz
Merge pull request #8284 from tk0miya/7996_man_make_section_directory_by_default
Close #7996: manpage: Make a section directory on build manpage by default
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index fdb9b132d..ab610b01c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -16,6 +16,8 @@ Incompatible changes
MathJax configuration may have to set the old MathJax path or update their
configuration for version 3. See :mod:`sphinx.ext.mathjax`.
* #7784: i18n: The msgid for alt text of image is changed
+* #7996: manpage: Make a section directory on build manpage by default (see
+ :confval:`man_make_section_directory`)
Deprecated
----------