diff options
| author | Georg Brandl <georg@python.org> | 2010-02-25 22:21:41 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2010-02-25 22:21:41 +0100 |
| commit | cec38fed058dabd298157fd4e668ee9b9ecdb736 (patch) | |
| tree | a8990fea5eb823c062b686ded71007f28dfe291b /doc | |
| parent | 580a01ca1a1ee8b34b0b324a2f8e76b6545682f7 (diff) | |
| download | sphinx-cec38fed058dabd298157fd4e668ee9b9ecdb736.tar.gz | |
Allow giving no authors.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/config.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/config.rst b/doc/config.rst index 917bdf14..21b0134d 100644 --- a/doc/config.rst +++ b/doc/config.rst @@ -935,7 +935,9 @@ These options influence manual page output. well as the name of the manual page (in the NAME section). * *description*: description of the manual page. This is used in the NAME section. - * *authors*: A list of strings with authors, or a single string. + * *authors*: A list of strings with authors, or a single string. Can be + an empty string or list if you do not want to automatically generate + an AUTHORS section in the manual page. * *section*: The manual page section. Used for the output file name as well as in the manual page header. |
