The documentation at
http://sphinx.pocoo.org/latest/ext/autosummary.html#confval-autosummary_generate
suggests autosummary_generate can be a boolean saying whether to scan
all found documents (and/or it can be an iterable list of documents to
scan) but when I set autosummary_generate = True I get the following
exception. It seems the extension only expects an iterable list of
documents to scan.
Exception occurred:
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/site-packages/Sphinx-0.6.2-py2.5.egg/sphinx/ext/autosummary/
__init__.py", line 311, in process_generate_options
for genfile in genfiles]
TypeError: 'bool' object is not iterable
The full traceback has been saved in /var/folders/ie/ie3Fq1qC2RaKbE
+BYnW87U+++TM/-Tmp-/sphinx-err-9bdbMZ.log, if you want to report the
issue to the author.
Please also report this if it was a user error, so that a better error
message can be provided next time.
Send reports to [email protected]. Thanks!
make: *** [html] Error 1
Full Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/site-packages/Sphinx-0.6.2-py2.5.egg/sphinx/cmdline.py",
line 171, in main
warningiserror, tags)
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/site-packages/Sphinx-0.6.2-py2.5.egg/sphinx/application.py",
line 121, in __init__
self.emit('builder-inited')
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/site-packages/Sphinx-0.6.2-py2.5.egg/sphinx/application.py",
line 222, in emit
result.append(callback(self, *args))
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/site-packages/Sphinx-0.6.2-py2.5.egg/sphinx/ext/autosummary/
__init__.py", line 311, in process_generate_options
for genfile in genfiles]
TypeError: 'bool' object is not iterable
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sphinx-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sphinx-dev?hl=en
-~----------~----~----~----~------~----~------~--~---