[issue35293] make doctest (Sphinx) emits a lot of warnings

2020-10-05 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset f8b3c64958753abce7badbff3525863577fe2e04 by Łukasz Langa (Victor Stinner) in branch '3.9': bpo-35293: Travis CI uses "make venv" for the doc (GH-22307) (GH-22309) https://github.com/python/cpython/commit/f8b3c64958753abce7badbff3525863577fe2e04

[issue35293] make doctest (Sphinx) emits a lot of warnings

2020-09-18 Thread STINNER Victor
STINNER Victor added the comment: Building the documentation of Python 3.8, 3.9 and 3.10 don't produce warnings anymore, I close the issue. I created https://github.com/python/docsbuild-scripts/issues/95 "Update Sphinx to 2.4.4". -- components: +Documentation resolution: -> fixed

[issue35293] make doctest (Sphinx) emits a lot of warnings

2020-09-18 Thread STINNER Victor
STINNER Victor added the comment: New changeset 3acc403f21642f1e916f035abf24c3fb81495b3c by Victor Stinner in branch '3.8': bpo-35293: Travis CI uses "make venv" for the doc (GH-22307) (GH-22309) (GH-22310) https://github.com/python/cpython/commit/3acc403f21642f1e916f035abf24c3fb81495b3c

[issue35293] make doctest (Sphinx) emits a lot of warnings

2020-09-18 Thread Guido van Rossum
Change by Guido van Rossum : -- nosy: -gvanrossum ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35293] make doctest (Sphinx) emits a lot of warnings

2020-09-18 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +21358 pull_request: https://github.com/python/cpython/pull/22310 ___ Python tracker ___

[issue35293] make doctest (Sphinx) emits a lot of warnings

2020-09-18 Thread STINNER Victor
STINNER Victor added the comment: New changeset 9e73cac173e5e9010bd18c8334fffeee1cade3a4 by Victor Stinner in branch '3.9': bpo-35293: Travis CI uses "make venv" for the doc (GH-22307) (GH-22309) https://github.com/python/cpython/commit/9e73cac173e5e9010bd18c8334fffeee1cade3a4 --

[issue35293] make doctest (Sphinx) emits a lot of warnings

2020-09-18 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +21357 pull_request: https://github.com/python/cpython/pull/22309 ___ Python tracker ___

[issue35293] make doctest (Sphinx) emits a lot of warnings

2020-09-18 Thread STINNER Victor
STINNER Victor added the comment: New changeset 8394500cca56490cc347604d39ca40abcdce46c3 by Victor Stinner in branch 'master': bpo-35293: Travis CI uses "make venv" for the doc (GH-22307) https://github.com/python/cpython/commit/8394500cca56490cc347604d39ca40abcdce46c3 --

[issue35293] make doctest (Sphinx) emits a lot of warnings

2020-09-18 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +21355 pull_request: https://github.com/python/cpython/pull/22307 ___ Python tracker ___

[issue35293] make doctest (Sphinx) emits a lot of warnings

2020-09-18 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +21354 pull_request: https://github.com/python/cpython/pull/22306 ___ Python tracker ___

[issue35293] make doctest (Sphinx) emits a lot of warnings

2020-09-18 Thread Dong-hee Na
Change by Dong-hee Na : -- pull_requests: +21353 pull_request: https://github.com/python/cpython/pull/22305 ___ Python tracker ___

[issue35293] make doctest (Sphinx) emits a lot of warnings

2020-09-18 Thread Dong-hee Na
Change by Dong-hee Na : -- assignee: -> corona10 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35293] make doctest (Sphinx) emits a lot of warnings

2020-09-18 Thread Dong-hee Na
Dong-hee Na added the comment: /home/travis/virtualenv/python3.6.10/lib/python3.6/site-packages/sphinx/util/nodes.py:151: FutureWarning: The iterable returned by Node.traverse() https://travis-ci.com/github/python/cpython/jobs/386971271 The issue is still left, I am going to

[issue35293] make doctest (Sphinx) emits a lot of warnings

2020-09-18 Thread miss-islington
miss-islington added the comment: New changeset f3e0eceff6207d5072befeef0e1ec195c3e2b0ab by Miss Islington (bot) in branch '3.9': bpo-35293: Remove RemovedInSphinx40Warning (GH-22198) https://github.com/python/cpython/commit/f3e0eceff6207d5072befeef0e1ec195c3e2b0ab --

[issue35293] make doctest (Sphinx) emits a lot of warnings

2020-09-18 Thread miss-islington
miss-islington added the comment: New changeset b7cdea8f087699aaa6486ce5a4f6e5a143dc355e by Miss Islington (bot) in branch '3.8': bpo-35293: Remove RemovedInSphinx40Warning (GH-22198) https://github.com/python/cpython/commit/b7cdea8f087699aaa6486ce5a4f6e5a143dc355e --

[issue35293] make doctest (Sphinx) emits a lot of warnings

2020-09-18 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 6.0 -> 7.0 pull_requests: +21351 pull_request: https://github.com/python/cpython/pull/22302 ___ Python tracker

[issue35293] make doctest (Sphinx) emits a lot of warnings

2020-09-18 Thread miss-islington
Change by miss-islington : -- pull_requests: +21352 pull_request: https://github.com/python/cpython/pull/22303 ___ Python tracker ___

[issue35293] make doctest (Sphinx) emits a lot of warnings

2020-09-18 Thread Dong-hee Na
Dong-hee Na added the comment: New changeset 6595cb0af4c51c0381c233b97884fe916a4ddd35 by Dong-hee Na in branch 'master': bpo-35293: Remove RemovedInSphinx40Warning (GH-22198) https://github.com/python/cpython/commit/6595cb0af4c51c0381c233b97884fe916a4ddd35 --

[issue35293] make doctest (Sphinx) emits a lot of warnings

2020-09-11 Thread Dong-hee Na
Change by Dong-hee Na : -- keywords: +patch pull_requests: +21257 stage: -> patch review pull_request: https://github.com/python/cpython/pull/22198 ___ Python tracker ___

[issue35293] make doctest (Sphinx) emits a lot of warnings

2020-03-03 Thread STINNER Victor
STINNER Victor added the comment: > Relevant docutils upstream issue : > https://sourceforge.net/p/docutils/bugs/373/ . Also the SyntaxWarning was > changed to DeprecationWarning with msg349335. SyntaxWarning warnings have been fixed in docutils 0.16. --

[issue35293] make doctest (Sphinx) emits a lot of warnings

2019-10-24 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: Relevant docutils upstream issue : https://sourceforge.net/p/docutils/bugs/373/ . Also the SyntaxWarning was changed to DeprecationWarning with msg349335. -- ___ Python tracker

[issue35293] make doctest (Sphinx) emits a lot of warnings

2019-06-11 Thread Guido van Rossum
Guido van Rossum added the comment: I still get some warnings about docutils itself, e.g. /Users/guido/v38/lib/python3.8/site-packages/docutils/writers/_html_base.py:1035: SyntaxWarning: invalid escape sequence \( 'mathjax': ('\(%s\)', '\\begin{%s}\n%s\n\\end{%s}'),

[issue35293] make doctest (Sphinx) emits a lot of warnings

2018-11-22 Thread Dong-hee Na
Dong-hee Na added the comment: Looks like they already fixed it. - jinja2: https://github.com/pallets/jinja/commit/31bf9b7e71c3fee3b7866ffdc0f70f4525a490d9 - babel: https://github.com/python-babel/babel/commit/65d6bf39f2a2b4c02cd1e00c44ce9d7c1c5b We should wait their release :)

[issue35293] make doctest (Sphinx) emits a lot of warnings

2018-11-22 Thread STINNER Victor
STINNER Victor added the comment: > They are warnings related to third party packages used for doctest and some > of them might become incompatible with > https://github.com/python/cpython/pull/10596. Related discussion : issue35109 We should help these packages to be fixed :-) --

[issue35293] make doctest (Sphinx) emits a lot of warnings

2018-11-21 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: They are warnings related to third party packages used for doctest and some of them might become incompatible with https://github.com/python/cpython/pull/10596. Related discussion : issue35109 -- nosy: +xtreak

[issue35293] make doctest (Sphinx) emits a lot of warnings

2018-11-21 Thread STINNER Victor
Change by STINNER Victor : -- nosy: +matrixise, mdk ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35293] make doctest (Sphinx) emits a lot of warnings

2018-11-21 Thread STINNER Victor
New submission from STINNER Victor : The following commands emits a lot of warnings: make PYTHON=../python SPHINXOPTS="-q -W -j4" -C Doc/ venv doctest # adapt PYTHON to point to Python 3.8 compiled in debug mmode Travis CI logs: https://travis-ci.org/python/cpython/jobs/458140641 make: