[issue37136] Travis CI: Documentation tests fails with Sphinx 2.1

2019-06-12 Thread Ned Deily
Ned Deily added the comment: The problem with the duplicate `.. module:: email.message` was fixed about 10 days ago with PR 13742 and backports; the fix adds a :noindex: to the duplicate entry. I'm guessing that people seeing this problem had upgraded to Sphinx 2.1 but had not recently done

[issue37136] Travis CI: Documentation tests fails with Sphinx 2.1

2019-06-12 Thread Nathaniel Smith
Nathaniel Smith added the comment: One of Guido's mentees (I don't know her bpo account name) also ran into this: https://python.zulipchat.com/#narrow/stream/116742-core.2Fhelp/topic/Weird.20sphinx.20error Some analysis shows that we do have a bug in the docs – the sphinx '.. module::' direct

[issue37136] Travis CI: Documentation tests fails with Sphinx 2.1

2019-06-02 Thread STINNER Victor
STINNER Victor added the comment: Ok, it's very strange. The test passed when run again manually on Travis CI. I close the issue -- resolution: -> not a bug stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue37136] Travis CI: Documentation tests fails with Sphinx 2.1

2019-06-02 Thread STINNER Victor
STINNER Victor added the comment: Tests passed on my PR 13764, so I remove the release blocker status. It might be something wrong specific to my PR 13762. -- nosy: -lukasz.langa priority: release blocker -> ___ Python tracker

[issue37136] Travis CI: Documentation tests fails with Sphinx 2.1

2019-06-02 Thread STINNER Victor
STINNER Victor added the comment: I tried but I failed to reproduce the issue using: git clean -fdx ./configure CFLAGS="-O0" make cd Doc make venv PYTHON=../python # Successfully installed Jinja2-2.10.1 MarkupSafe-1.1.1 Pygments-2.4.2 Sphinx-2.1.0 alabaster-0.7.12 babel-2.7.0 blurb-1.0.7 ce

[issue37136] Travis CI: Documentation tests fails with Sphinx 2.1

2019-06-02 Thread STINNER Victor
Change by STINNER Victor : -- keywords: +patch pull_requests: +13650 stage: -> patch review pull_request: https://github.com/python/cpython/pull/13764 ___ Python tracker ___ _

[issue37136] Travis CI: Documentation tests fails with Sphinx 2.1

2019-06-02 Thread STINNER Victor
New submission from STINNER Victor : Travis CI: "Documentation tests" failed with: Successfully installed Jinja2-2.10.1 MarkupSafe-1.1.1 Pygments-2.4.2 Sphinx-2.1.0 alabaster-0.7.12 babel-2.7.0 blurb-1.0.7 certifi-2019.3.9 chardet-3.0.4 docutils-0.14 idna-2.8 imagesize-1.1.0 packaging-19.0 p