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 docs@python, vstinner
Date 2017-04-03.15:34:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1491233654.37.0.108307382934.issue29973@psf.upfronthosting.co.za>
In-reply-to
Content
https://travis-ci.org/python/cpython/jobs/218107336

CPython: master branch
Sphinx 1.5.4

make[1]: Entering directory `/home/travis/build/python/cpython/Doc'
./venv/bin/python -m sphinx -b suspicious -d build/doctrees -D latex_elements.papersize= -q -W . build/suspicious 

Exception occurred:
  File "/home/travis/virtualenv/python3.6.0/lib/python3.6/site-packages/sphinx/domains/python.py", line 317, in before_content
    if prefix:
UnboundLocalError: local variable 'prefix' referenced before assignment
History
Date User Action Args
2017-04-03 15:34:14vstinnersetrecipients: + vstinner, docs@python
2017-04-03 15:34:14vstinnersetmessageid: <1491233654.37.0.108307382934.issue29973@psf.upfronthosting.co.za>
2017-04-03 15:34:14vstinnerlinkissue29973 messages
2017-04-03 15:34:13vstinnercreate