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

Neal Norwitz nnorwitz at gmail.com
Mon Mar 10 14:40:17 CET 2008


svn update tools/sphinx

Fetching external item into 'tools/sphinx/jinja'
External at revision 61340.

At revision 61340.
svn update tools/docutils
At revision 61340.
svn update tools/pygments
At revision 61340.
mkdir -p build/html build/doctrees
python2.5 tools/sphinx-build.py -b html -d build/doctrees -D latex_paper_size=  . build/html
Sphinx v61338, building html
trying to load pickled env... done
building [html]: targets for 0 source files that are out of date
updating environment: 0 added, 0 changed, 0 removed
creating index...
writing output... contents 
finishing... 
writing additional files...
Traceback (most recent call last):
  File "tools/sphinx-build.py", line 24, in <module>
    sys.exit(main(sys.argv))
  File "/home/neal/python/py3k/Doc/tools/sphinx/__init__.py", line 117, in main
    app.builder.build_update()
  File "/home/neal/python/py3k/Doc/tools/sphinx/builder.py", line 178, in build_update
    'out of date' % len(to_build))
  File "/home/neal/python/py3k/Doc/tools/sphinx/builder.py", line 217, in build
    self.finish()
  File "/home/neal/python/py3k/Doc/tools/sphinx/builder.py", line 440, in finish
    self.handle_page(pagename, {}, template)
  File "/home/neal/python/py3k/Doc/tools/sphinx/builder.py", line 518, in handle_page
    output = self.get_template(templatename).render(ctx)
  File "/home/neal/python/py3k/Doc/tools/sphinx/builder.py", line 92, in get_template
    template = self.templates[name] = self.jinja_env.get_template(name)
  File "/home/neal/python/py3k/Doc/tools/sphinx/jinja/environment.py", line 213, in get_template
    return self._loader.load(filename)
  File "/home/neal/python/py3k/Doc/tools/sphinx/jinja/loaders.py", line 94, in load
    return self.loader.load(self.environment, name, translator)
  File "/home/neal/python/py3k/Doc/tools/sphinx/jinja/loaders.py", line 133, in load
    ast = self.parse(environment, name, None)
  File "/home/neal/python/py3k/Doc/tools/sphinx/jinja/loaders.py", line 126, in parse
    source = self.get_source(environment, name, parent)
  File "/home/neal/python/py3k/Doc/tools/sphinx/_jinja.py", line 50, in get_source
    raise TemplateNotFound(name)
sphinx.jinja.exceptions.TemplateNotFound: tools/sphinxext/download.html
make: *** [build] Error 1


More information about the Python-3000-checkins mailing list