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

Neal Norwitz nnorwitz at gmail.com
Sun Feb 10 11:42:28 CET 2008


svn update tools/sphinx
A    tools/sphinx/quickstart.py
U    tools/sphinx/__init__.py
U    tools/sphinx/application.py
U    tools/sphinx/environment.py
U    tools/sphinx/config.py
U    tools/sphinx/builder.py
U    tools/sphinx/util/__init__.py
U    tools/sphinx/web/__init__.py

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

Updated to revision 60710.
svn update tools/docutils
At revision 60710.
svn update tools/pygments
At revision 60710.
mkdir -p build/html build/doctrees
python tools/sphinx-build.py -b html -d build/doctrees -D latex_paper_size=  . build/html
Sphinx v5369, building html
trying to load pickled env... done
building [html]: targets for 2 source files that are out of date
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 117, in main
    app.builder.build_update()
  File "/home/neal/python/trunk/Doc/tools/sphinx/builder.py", line 178, in build_update
    'out of date' % len(to_build))
  File "/home/neal/python/trunk/Doc/tools/sphinx/builder.py", line 192, in build
    self.info(iterator.next())
  File "/home/neal/python/trunk/Doc/tools/sphinx/environment.py", line 348, in update
    if self.config[key] != config[key]:
  File "/home/neal/python/trunk/Doc/tools/sphinx/config.py", line 83, in __getitem__
    return getattr(self, name)
AttributeError: 'Config' object has no attribute 'unused_docs'
make: *** [build] Error 1


More information about the Python-checkins mailing list