Change by Karolina Surma :
--
nosy: +ksurma
nosy_count: 4.0 -> 5.0
pull_requests: +29089
pull_request: https://github.com/python/cpython/pull/30910
___
Python tracker
<https://bugs.python.org/issu
New submission from Karolina Surma :
Documentation for Python3.10-rc1 fails to build.
sphinx-build looks for non-existing interpreter, which causes a crash.
Looking at the tarball with Python, there is Doc/venv/ present (which probably
shouldn't be included) containing executable sphinx-
Karolina Surma added the comment:
It looks good on my end, documentation builds just fine. Thank you!
--
status: pending -> open
___
Python tracker
<https://bugs.python.org/issu
Karolina Surma added the comment:
Thanks for the suggestion, I reran the build without -W option.
Fortunately, the output shows that the reported errors shall be the only ones.
Build logs from the test build for reference:
https://download.copr.fedorainfracloud.org/results/ksurma/pygments
Karolina Surma added the comment:
Thanks for the fix, this indeed worked. Documentation however still doesn't
build successfully, this time with a traceback:
Warning, treated as error:
/builddir/build/BUILD/Python-3.10.0b2/Doc/c-api/object.rst:314:Error in
declarator or parameters
Err
New submission from Karolina Surma :
Hello all,
I want to build Python 3.10~b2 documentation using Sphinx 4.0.2 (released in
May 2021) as RPM in Fedora with aim to ship it in Fedora 35.
The build fails with the following error:
Warning, treated as error:
/builddir/build/BUILD/Python-3.10.0b2