diff options
| author | Georg Brandl <georg@python.org> | 2009-10-27 20:03:48 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2009-10-27 20:03:48 +0100 |
| commit | b4ca35f8e579e390cabb4af48b3c83074c6f8a53 (patch) | |
| tree | e89f73d02f4b7dfb3c0045f83dff1943c25e50bb | |
| parent | ec98ffd623332f4f819e00b604ef1bf10a6ffffb (diff) | |
| download | sphinx-b4ca35f8e579e390cabb4af48b3c83074c6f8a53.tar.gz | |
Fix autosummary_generate docs; a boolean value is supported only as of trunk.
| -rw-r--r-- | doc/ext/autosummary.rst | 5 |
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. |
