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

Neal Norwitz nnorwitz at gmail.com
Mon Jan 21 23:55:21 CET 2008


svn update tools/sphinx
D    tools/sphinx/patchlevel.py
U    tools/sphinx/__init__.py
U    tools/sphinx/htmlwriter.py
U    tools/sphinx/directives.py
U    tools/sphinx/environment.py
A    tools/sphinx/config.py
U    tools/sphinx/templates/layout.html
U    tools/sphinx/latexwriter.py
A    tools/sphinx/extension.py
U    tools/sphinx/htmlhelp.py
U    tools/sphinx/roles.py
U    tools/sphinx/builder.py

Fetching external item into 'tools/sphinx/jinja'
Updated external to revision 60184.

Updated to revision 60184.
svn update tools/docutils
At revision 60184.
svn update tools/pygments
At revision 60184.
mkdir -p build/html build/doctrees
python tools/sphinx-build.py -b html -d build/doctrees -D latex_paper_size=  . build/html
trying to load pickled env... done
building [html]: targets for 11 source files that are out of date
reading, updating environment:
Traceback (most recent call last):
  File "tools/sphinx-build.py", line 24, in <module>
    sys.exit(main(sys.argv))
  File "/home/neal/python/trunk/Doc/tools/sphinx/__init__.py", line 153, in main
    builder.build_update()
  File "/home/neal/python/trunk/Doc/tools/sphinx/builder.py", line 173, in build_update
    'out of date' % len(to_build))
  File "/home/neal/python/trunk/Doc/tools/sphinx/builder.py", line 188, in build
    self.msg(iterator.next(), nonl=1, nobold=1)
  File "/home/neal/python/trunk/Doc/tools/sphinx/environment.py", line 331, in update
    if self.config[key] != config[key]:
KeyError: 'extensions'
make: *** [build] Error 1


More information about the Python-checkins mailing list