diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2020-10-04 22:40:41 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-04 22:40:41 +0900 |
commit | 38bb3774643d779b708970f941f2b16d1ab81b89 (patch) | |
tree | 431b8b16b734154df94f86ed17c45a88ed7a64eb /doc | |
parent | f2d8093632a56737365c25c4340bb5032de5c68d (diff) | |
parent | 178c05b0597e144fdc2117c7b46ac15723a290e8 (diff) | |
download | sphinx-git-38bb3774643d779b708970f941f2b16d1ab81b89.tar.gz |
Merge pull request #8273 from sphinx-doc/7996_man_make_section_directory
Close #7996: manpage: Add man_make_section_directory
Diffstat (limited to 'doc')
-rw-r--r-- | doc/usage/configuration.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/usage/configuration.rst b/doc/usage/configuration.rst index 3fc3a5306..270fcbf33 100644 --- a/doc/usage/configuration.rst +++ b/doc/usage/configuration.rst @@ -2245,6 +2245,12 @@ These options influence manual page output. .. versionadded:: 1.1 +.. confval:: man_make_section_directory + + If true, make a section directory on build man page. Default is False. + + .. versionadded:: 3.3 + .. _texinfo-options: |