summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-10-27 20:03:48 +0100
committerGeorg Brandl <georg@python.org>2009-10-27 20:03:48 +0100
commitb4ca35f8e579e390cabb4af48b3c83074c6f8a53 (patch)
treee89f73d02f4b7dfb3c0045f83dff1943c25e50bb
parentec98ffd623332f4f819e00b604ef1bf10a6ffffb (diff)
downloadsphinx-b4ca35f8e579e390cabb4af48b3c83074c6f8a53.tar.gz
Fix autosummary_generate docs; a boolean value is supported only as of trunk.
-rw-r--r--doc/ext/autosummary.rst5
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/ext/autosummary.rst b/doc/ext/autosummary.rst
index f270a67b..1c4ae3da 100644
--- a/doc/ext/autosummary.rst
+++ b/doc/ext/autosummary.rst
@@ -130,10 +130,7 @@ also use this new config value:
.. confval:: autosummary_generate
- Boolean indicating whether to scan all found documents for autosummary
- directives, and to generate stub pages for each.
-
- Can also be a list of documents for which stub pages should be generated.
+ A list of documents for which stub pages should be generated.
The new files will be placed in the directories specified in the
``:toctree:`` options of the directives.