This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients BTaskaya, docs@python, pablogsal, vstinner
Date 2020-09-11.11:16:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1599822979.54.0.595404149875.issue41762@roundup.psfhosted.org>
In-reply-to
Content
I failed to reproduce the issue locally. I tried:

cd Doc
make clean
make venv PYTHON=../python 
./venv/bin/python -m pip install sphinx==2.2.0 blurb python-docs-theme
make check suspicious html SPHINXOPTS="-q -W -j4"
History
Date User Action Args
2020-09-11 11:16:19vstinnersetrecipients: + vstinner, docs@python, pablogsal, BTaskaya
2020-09-11 11:16:19vstinnersetmessageid: <1599822979.54.0.595404149875.issue41762@roundup.psfhosted.org>
2020-09-11 11:16:19vstinnerlinkissue41762 messages
2020-09-11 11:16:19vstinnercreate