Hello,
I am experiencing the following error:
# Sphinx version: 1.0
# Docutils version: 0.6 release
# Jinja2 version: 2.2.1
Traceback (most recent call last):
File "C:\Python26\lib\site-packages\sphinx-1.0dev_20100110-py2.6.egg
\sphinx\cmdline.py", line 170, in main
app.build(all_files, filenames)
File "C:\Python26\lib\site-packages\sphinx-1.0dev_20100110-py2.6.egg
\sphinx\application.py", line 130, in build
self.builder.build_update()
File "C:\Python26\lib\site-packages\sphinx-1.0dev_20100110-py2.6.egg
\sphinx\builders\__init__.py", line 265, in build_update
'out of date' % len(to_build))
File "C:\Python26\lib\site-packages\sphinx-1.0dev_20100110-py2.6.egg
\sphinx\builders\__init__.py", line 320, in build
self.write(docnames, list(updated_docnames), method)
File "C:\Python26\lib\site-packages\sphinx-1.0dev_20100110-py2.6.egg
\sphinx\builders\__init__.py", line 358, in write
doctree = self.env.get_and_resolve_doctree(docname, self)
File "C:\Python26\lib\site-packages\sphinx-1.0dev_20100110-py2.6.egg
\sphinx\environment.py", line 1002, in get_and_resolve_doctree
self.resolve_references(doctree, docname, builder)
File "C:\Python26\lib\site-packages\sphinx-1.0dev_20100110-py2.6.egg
\sphinx\environment.py", line 1273, in resolve_references
self.warn(node['refdoc'],
File "C:\Python26\lib\site-packages\docutils-0.6-py2.6.egg\docutils
\nodes.py", line 537, in __getitem__
return self.attributes[key]
KeyError: 'refdoc'
The Sphinx documentation itself builds well without errors. It happens
only with my own files.
What could be the cause?
Thanks,
Timmie
--
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.