-
-
Notifications
You must be signed in to change notification settings - Fork 31.7k
make doctest (Sphinx) emits a lot of warnings #79474
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
The following commands emits a lot of warnings: make PYTHON=../python SPHINXOPTS="-q -W -j4" -C Doc/ venv doctest Travis CI logs: https://travis-ci.org/python/cpython/jobs/458140641 make: Entering directory The command "if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then $XVFB_RUN make buildbottest TESTOPTS="-j4 -uall,-cpu" |
We should help these packages to be fixed :-) |
Looks like they already fixed it.
We should wait their release :) |
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 ( |
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. |
/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 investigate this issue. |
Building the documentation of Python 3.8, 3.9 and 3.10 don't produce warnings anymore, I close the issue. I created python/docsbuild-scripts#95 "Update Sphinx to 2.4.4". |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: