diff options
| author | Jonathan Waltman <jonathan.waltman@gmail.com> | 2013-02-19 03:24:57 -0600 |
|---|---|---|
| committer | Jonathan Waltman <jonathan.waltman@gmail.com> | 2013-02-19 03:24:57 -0600 |
| commit | a8d8535fa855290aed3126ec4bc404fc8b769b14 (patch) | |
| tree | 40e345899c219d9b6d4c0d01625ff5ad2321d899 /sphinx/quickstart.py | |
| parent | aa11fde57c32d6350e54a729f07f61e45c2049bf (diff) | |
| download | sphinx-a8d8535fa855290aed3126ec4bc404fc8b769b14.tar.gz | |
Closes #1110: Add new config value texinfo_no_detailmenu and do not generate detailed menus for non-"Top" nodes.
Diffstat (limited to 'sphinx/quickstart.py')
| -rw-r--r-- | sphinx/quickstart.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sphinx/quickstart.py b/sphinx/quickstart.py index 118d260f..2184ba61 100644 --- a/sphinx/quickstart.py +++ b/sphinx/quickstart.py @@ -283,6 +283,9 @@ texinfo_documents = [ # How to display URL addresses: 'footnote', 'no', or 'inline'. #texinfo_show_urls = 'footnote' + +# If true, do not generate a @detailmenu in the "Top" node's menu. +#texinfo_no_detailmenu = False ''' EPUB_CONFIG = u''' |
