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 aurora
Recipients aurora, docs@python
Date 2019-10-11.07:26:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1570778791.42.0.554605100784.issue38441@roundup.psfhosted.org>
In-reply-to
Content
I'm failing to build the cpython/Doc dir.

The full build log is as follows:

mkdir -p build
Building NEWS from Misc/NEWS.d with blurb
PATH=./venv/bin:$PATH sphinx-build -b epub -d build/doctrees -D latex_elements.papersize=  -W . build/epub 
Running Sphinx v2.2.0
making output directory... done
building [mo]: targets for 0 po files that are out of date
building [epub]: targets for 476 source files that are out of date
updating environment: [new config] 476 added, 0 changed, 0 removed
reading sources... [100%] whatsnew/index                                                                                                                                 

Warning, treated as error:
/home/aurora/A.Code/Python/Reference/python/cpython/Doc/library/email.message.rst:4:duplicate object description of email.message, other instance in library/email.compat32-message, use :noindex: for one of them
make: *** [Makefile:46: build] Error 2


Running on Debian Experimental kernel v5.3
History
Date User Action Args
2019-10-11 07:26:31aurorasetrecipients: + aurora, docs@python
2019-10-11 07:26:31aurorasetmessageid: <1570778791.42.0.554605100784.issue38441@roundup.psfhosted.org>
2019-10-11 07:26:31auroralinkissue38441 messages
2019-10-11 07:26:31auroracreate