Hi all,

I recently completed a run of `make doc`, after which I ran the tests,
and there's a test that's failing:

$ ./sage -t src/doc/common/conf.py
too many failed tests, not using stored timings
Running doctests with ID 2016-07-26-18-50-41-ca650119.
Git branch: cygwin
Using --optional=mpir,python2,sage
Doctesting 1 file.
sage -t src/doc/common/conf.py
**********************************************************************
File "src/doc/common/conf.py", line 615, in doc.common.conf.call_intersphinx
Failed example:
    for line in open(thematic_index).readlines():
        if "padics" in line:
            sys.stdout.write(line)
Expected:
    <li><a class="reference external"
href="../reference/padics/sage/rings/padics/tutorial.html#sage-rings-padics-tutorial"
title="(in Sage Reference Manual: p-Adics ...)"><span>Introduction to
the -adics</span></a></li>
Got:
    <li><a class="reference external"
href="../reference/plot3d/sage/rings/padics/tutorial.html#sage-rings-padics-tutorial"
title="(in Sage Reference Manual: 3D Graphics
v7.3.beta7)"><span>Introduction to the -adics</span></a></li>
**********************************************************************
1 item had failures:
   1 of   4 in doc.common.conf.call_intersphinx
    [3 tests, 1 failure, 0.01 s]
----------------------------------------------------------------------
sage -t src/doc/common/conf.py  # 1 doctest failed



A close look shows that the link for the p-adics tutorial is totally
wrong, and as is the text in the title tag.  Upon inspecting the HTML
file I found several other links for external references are wrong as
well.

Is this a known issue?  Has anyone encountered this before?  This is
on Cygwin but it's hard to see how it would matter...

Thanks,
Erik

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to