diff options
| author | Roland Meister <devnull@localhost> | 2012-12-10 21:54:11 +0100 |
|---|---|---|
| committer | Roland Meister <devnull@localhost> | 2012-12-10 21:54:11 +0100 |
| commit | 040bb14e229fbaeeafad8231d571fac6174f7d47 (patch) | |
| tree | a8e3e0420dbb6d41bb9a0a33f4f17ae85ddbca30 /doc | |
| parent | b2f50bb3a5223c8007657e1528ac3b407bf09ab0 (diff) | |
| download | sphinx-040bb14e229fbaeeafad8231d571fac6174f7d47.tar.gz | |
Bug #1047: templating toctree()'s includehidden argument
Document the includehidden option and give it sane defaults.
See bug #1047 for implementation alternatives.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/templating.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/templating.rst b/doc/templating.rst index 05a1346c..b9dfc683 100644 --- a/doc/templating.rst +++ b/doc/templating.rst @@ -391,3 +391,6 @@ are in HTML form), these variables are also available: * ``titles_only`` (false by default): if true, put only toplevel document titles in the tree + + * ``includehidden`` (false by default): if true, the TOC tree will also + contain hidden entries. |
