On Wed, 20 Jan 2016, John H Palmieri wrote:
Does this patch fix it?
--- a/src/doc/common/conf.py See sage.misc.sagedoc.skip_TESTS_block for more information. """ + if len(docstringlines) == 0: + return
Yes. Thanks!
(I don't know why, but Sphinx is trying to read docstrings from functions which have no docstrings, and these seem to be causing the errors.)
Why we have functions without docstring? (And can Sphinx be used to found function without, say, EXAMPLES-blocks?) -- Jori Mäntysalo
