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

Neal Norwitz nnorwitz at gmail.com
Wed Sep 24 02:41:20 CEST 2008


svn update tools/sphinx
U    tools/sphinx/static/searchtools.js
U    tools/sphinx/search.py
U    tools/sphinx/builder.py
Updated to revision 66572.
svn update tools/docutils
At revision 66572.
svn update tools/jinja
At revision 66572.
svn update tools/pygments
At revision 66572.
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 2 source files that are out of date
updating environment: 0 added, 2 changed, 0 removed
reading sources... howto/doanddont howto/functional 
pickling environment... done
checking consistency... done
preparing documents... done
writing output... contents howto/doanddont howto/functional howto/index 
writing additional files... genindex modindex search download index opensearch
copying static files... done
dumping search index... Exception occurred:
  File "/home/neal/python/py3k/Doc/tools/sphinx/search.py", line 133, in <genexpr>
    keywords=dict((k, (fn2index[v[0]],) + v[1:]) for k, v in
KeyError: 'c-api/dict'
The full traceback has been saved in /tmp/sphinx-err-z3GO5l.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