Hello,
This morning I upgraded from sphinx-0.5.x to 0.6.1. When I try to build a
relatively small set of html docs I get an error, the contents of the sphinx
log file are reproduced below. Does anyone have an idea what is going on, or
how I can provide more useful feedback? I think this is the file where the
error occurs, my contents.rst:
.. only:: html
:Release: |version|
:Date: |today|
Download `PDF <./Quantities.pdf>`_
.. _contents:
Quantities -- Support for physical quantities based on the popular numpy
library
================================================================================
.. toctree::
:maxdepth: 2
user/index.rst
devel/index.rst
reference/index.rst
glossary.rst
Thanks,
Darren
Traceback (most recent call last):
File "//usr/lib64/python2.6/site-packages/sphinx/cmdline.py", line 172, in
main
app.build(all_files, filenames)
File "//usr/lib64/python2.6/site-packages/sphinx/application.py", line
129, in build
self.builder.build_update()
File "//usr/lib64/python2.6/site-packages/sphinx/builders/__init__.py",
line 255, in build_update
'out of date' % len(to_build))
File "//usr/lib64/python2.6/site-packages/sphinx/builders/__init__.py",
line 310, in build
self.write(docnames, list(updated_docnames), method)
File "//usr/lib64/python2.6/site-packages/sphinx/builders/__init__.py",
line 348, in write
doctree = self.env.get_and_resolve_doctree(docname, self)
File "//usr/lib64/python2.6/site-packages/sphinx/environment.py", line
995, in get_and_resolve_doctree
prune=prune_toctrees)
File "//usr/lib64/python2.6/site-packages/sphinx/environment.py", line
1128, in resolve_toctree
tocentries = _entries_from_toctree(toctree, separate=False)
File "//usr/lib64/python2.6/site-packages/sphinx/environment.py", line
1109, in _entries_from_toctree
subtree=True):
File "//usr/lib64/python2.6/site-packages/sphinx/environment.py", line
1109, in _entries_from_toctree
subtree=True):
File "//usr/lib64/python2.6/site-packages/sphinx/environment.py", line
1051, in _entries_from_toctree
refs = [(e[0], str(e[1])) for e in toctreenode['entries']]
File "/usr/lib64/python2.6/site-packages/docutils/nodes.py", line 471, in
__getitem__
return self.attributes[key]
KeyError: 'entries'
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sphinx-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sphinx-dev?hl=en
-~----------~----~----~----~------~----~------~--~---