diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2020-10-04 22:45:26 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2020-10-28 02:15:36 +0900 |
commit | a843fd3db8b588be93b576049a8a291bc4b3ec9d (patch) | |
tree | 0f7ae114ba8914774f2c78cf66c6c5073b1c4d9a /doc | |
parent | f1af7dc84fed8143e8bf7a51edb1338e21e6f901 (diff) | |
download | sphinx-git-a843fd3db8b588be93b576049a8a291bc4b3ec9d.tar.gz |
Close #7996: manpage: Make a section directory on build manpage by default
Diffstat (limited to 'doc')
-rw-r--r-- | doc/usage/configuration.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/usage/configuration.rst b/doc/usage/configuration.rst index b4682dd21..075dbfe8e 100644 --- a/doc/usage/configuration.rst +++ b/doc/usage/configuration.rst @@ -2248,10 +2248,12 @@ These options influence manual page output. .. confval:: man_make_section_directory - If true, make a section directory on build man page. Default is False. + If true, make a section directory on build man page. Default is True. .. versionadded:: 3.3 + .. versionchanged:: 4.0 + The default is changed to ``False`` from ``True``. .. _texinfo-options: |