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 rhettinger
Recipients abarry, asmeurer, mark.dickinson, ncoghlan, r.david.murray, rhettinger, serhiy.storchaka, terry.reedy
Date 2019-07-21.23:15:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1563750926.82.0.887536222025.issue32912@roundup.psfhosted.org>
In-reply-to
Content
Here's another example from the current build of the docs using Sphinx:

(venv) ~/npython/Doc $ make html
mkdir -p build
Building NEWS from Misc/NEWS.d with blurb
PATH=./venv/bin:$PATH sphinx-build -b html -d build/doctrees -D latex_elements.papersize=  -W . build/html
Running Sphinx v2.1.0
/Users/raymond/npython/venv/lib/python3.8/site-packages/docutils/writers/latex2e/__init__.py:2978: SyntaxWarning: invalid escape sequence \l
  self.out.append('}] \leavevmode ')
History
Date User Action Args
2019-07-21 23:15:26rhettingersetrecipients: + rhettinger, terry.reedy, mark.dickinson, ncoghlan, r.david.murray, serhiy.storchaka, abarry, asmeurer
2019-07-21 23:15:26rhettingersetmessageid: <1563750926.82.0.887536222025.issue32912@roundup.psfhosted.org>
2019-07-21 23:15:26rhettingerlinkissue32912 messages
2019-07-21 23:15:26rhettingercreate