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 /doc/config.rst | |
| 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 'doc/config.rst')
| -rw-r--r-- | doc/config.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/config.rst b/doc/config.rst index 34d862e9..961fd799 100644 --- a/doc/config.rst +++ b/doc/config.rst @@ -1288,6 +1288,13 @@ These options influence Texinfo output. .. versionadded:: 1.1 +.. confval:: texinfo_no_detailmenu + + If true, do not generate a ``@detailmenu`` in the "Top" node's menu + containing entries for each sub-node in the document. Default is ``False``. + + .. versionadded:: 1.2 + .. confval:: texinfo_elements A dictionary that contains Texinfo snippets that override those Sphinx |
