Fix autosummary_generate docs; a boolean value is supported only as of trunk.

This commit is contained in:
Georg Brandl 2009-10-27 20:03:48 +01:00
parent a2fba1187b
commit 39a9330fc0

View File

@ -130,10 +130,7 @@ also use this new config value:
.. confval:: autosummary_generate .. confval:: autosummary_generate
Boolean indicating whether to scan all found documents for autosummary A list of documents for which stub pages should be generated.
directives, and to generate stub pages for each.
Can also be a list of documents for which stub pages should be generated.
The new files will be placed in the directories specified in the The new files will be placed in the directories specified in the
``:toctree:`` options of the directives. ``:toctree:`` options of the directives.