[Python-3000-checkins] Python Regression Test Failures doc (1)

Neal Norwitz nnorwitz at gmail.com
Wed Sep 10 02:42:31 CEST 2008


svn update tools/sphinx
U    tools/sphinx/htmlwriter.py
U    tools/sphinx/highlighting.py
U    tools/sphinx/config.py
U    tools/sphinx/latexwriter.py
Updated to revision 66358.
svn update tools/docutils
At revision 66358.
svn update tools/jinja
At revision 66358.
svn update tools/pygments
At revision 66358.
mkdir -p build/html build/doctrees
python2.5 tools/sphinx-build.py -b html -d build/doctrees -D latex_paper_size=  . build/html 
Sphinx v0.5, building html
loading pickled environment... done
building [html]: targets for 3 source files that are out of date
updating environment: 0 added, 3 changed, 0 removed
reading sources... library/functions library/stdtypes reference/expressions 
WARNING: /home/neal/python/py3k/Doc/library/stdtypes.rst:2243: duplicate canonical description name memoryview, other instance in /home/neal/python/py3k/Doc/library/functions.rst
pickling environment... done
checking consistency... done
preparing documents... done
writing output... contents library/functions Exception occurred:
  File "/home/neal/python/py3k/Doc/tools/pygments/lexers/__init__.py", line 83, in get_lexer_by_name
    raise ClassNotFound('no lexer for alias %r found' % _alias)
ClassNotFound: no lexer for alias 'python3' found
The full traceback has been saved in /tmp/sphinx-err-iAL7Tx.log, if you want to report the issue to the author.
Please also report this if it was a user error, so that a better error message can be provided next time.
Send reports to sphinx-dev at googlegroups.com. Thanks!
make: *** [build] Error 1


More information about the Python-3000-checkins mailing list