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 mdk
Recipients docs@python, mdk
Date 2017-09-11.19:54:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1505159688.48.0.695846604768.issue31423@psf.upfronthosting.co.za>
In-reply-to
Content
Since the docsbuild-scripts [1] upgraded its sphinx-build [2], we're having this error when building the docs:

    ! Undefined control sequence.
    \py@authoraddress -> \strong

    {Python Software Foundation}\\ Email: \email {d...
    l.58 \sphinxtableofcontents
                           
    !  ==> Fatal error occurred, no output PDF file produced!


it looks like to be from conf.py line 97 [3]:

conf.py-95-# Additional stuff for the LaTeX preamble.
conf.py-96-latex_elements['preamble'] = r'''
conf.py:97:\authoraddress{
conf.py-98-  \strong{Python Software Foundation}\\
conf.py-99-  Email: \email{docs@python.org}
conf.py-100-}


 [1]: https://github.com/python/docsbuild-scripts 
 [2]: we merged https://github.com/python/docsbuild-scripts/pull/12
 [3]: https://github.com/python/cpython/blob/909a6f626ff343937cd3f06fda996870e7890724/Doc/conf.py#L97
History
Date User Action Args
2017-09-11 19:54:48mdksetrecipients: + mdk, docs@python
2017-09-11 19:54:48mdksetmessageid: <1505159688.48.0.695846604768.issue31423@psf.upfronthosting.co.za>
2017-09-11 19:54:48mdklinkissue31423 messages
2017-09-11 19:54:48mdkcreate