diff options
author | jfbu <jfbu@free.fr> | 2018-12-23 11:23:04 +0100 |
---|---|---|
committer | jfbu <jfbu@free.fr> | 2018-12-23 11:23:04 +0100 |
commit | 701b39328fd4519f329961ad8d3d9eedfdc8f00c (patch) | |
tree | d9863aeed29d3bda70439d6a3bd1c0c98f86b638 /sphinx/ext/apidoc.py | |
parent | ddb684bbc016e98a3daf662b20f69c733c55ba19 (diff) | |
parent | a77f344035b3cb18b9fe9a06e41059c654c7dafe (diff) | |
download | sphinx-git-701b39328fd4519f329961ad8d3d9eedfdc8f00c.tar.gz |
Merge branch '1.8'
(Resolved) Conflicts:
sphinx/texinputs/sphinxmanual.cls
Diffstat (limited to 'sphinx/ext/apidoc.py')
-rw-r--r-- | sphinx/ext/apidoc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/ext/apidoc.py b/sphinx/ext/apidoc.py index d0c87be13..c0c8c6bcb 100644 --- a/sphinx/ext/apidoc.py +++ b/sphinx/ext/apidoc.py @@ -336,7 +336,7 @@ Note: By default this script will not overwrite already created files.""")) dest='includeprivate', help=__('include "_private" modules')) parser.add_argument('--tocfile', action='store', dest='tocfile', default='modules', - help=__("don't create a table of contents file")) + help=__("filename of table of contents (default: modules)")) parser.add_argument('-T', '--no-toc', action='store_false', dest='tocfile', help=__("don't create a table of contents file")) parser.add_argument('-E', '--no-headings', action='store_true', |