Re: [sage-devel] Re: Version 7.0 and doc without test blocks

2016-01-21 Thread John H Palmieri
On Wednesday, January 20, 2016 at 11:46:35 PM UTC-8, Jori Mäntysalo wrote: > > 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

[sage-devel] Re: Version 7.0 and doc without test blocks

2016-01-20 Thread John H Palmieri
Does this patch fix it? diff --git a/src/doc/common/conf.py b/src/doc/common/conf.py index 1b32a9a..4d414e5 100644 --- a/src/doc/common/conf.py +++ b/src/doc/common/conf.py @@ -744,6 +744,8 @@ def skip_TESTS_block(app, what, name, obj, options, docstringlines): See

Re: [sage-devel] Re: Version 7.0 and doc without test blocks

2016-01-20 Thread Jori Mäntysalo
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