summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-02-28 19:54:25 +0100
committerGeorg Brandl <georg@python.org>2010-02-28 19:54:25 +0100
commita83f9e7686e4ea53c53345eff6443c9c83246e9e (patch)
tree02061e3ee78a695fec914de055defe8846f36d9d /doc
parent030f4c451b38b1778a36a584976829240143e7f2 (diff)
downloadsphinx-git-a83f9e7686e4ea53c53345eff6443c9c83246e9e.tar.gz
Make it clear that the default for "collapse" is True.
Diffstat (limited to 'doc')
-rw-r--r--doc/templating.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/templating.rst b/doc/templating.rst
index 0148ed32c..cccc0a77c 100644
--- a/doc/templating.rst
+++ b/doc/templating.rst
@@ -364,5 +364,6 @@ are in HTML form), these variables are also available:
.. data:: toctree
A callable yielding the global TOC tree containing the current page, rendered
- as HTML bullet lists. If the optional keyword argument ``collapse`` is true,
- all TOC entries that are not ancestors of the current page are collapsed.
+ as HTML bullet lists. If the optional keyword argument ``collapse`` is true
+ (the default), all TOC entries that are not ancestors of the current page are
+ collapsed.