Message119851
Incremental build was not that successful. After editing Doc/faq/programming.rst, I get the following in the error log:
# Sphinx version: 1.1pre
# Python version: 3.2a3+.0
# Docutils version: 0.7 release
# Jinja2 version: 2.5.5
Traceback (most recent call last):
File "/Users/sasha/Apps/lib/python3.2/site-packages/Sphinx-1.1predev_20101028-py3.2.egg/sphinx/cmdline.py", line 173, in main
app.build(force_all, filenames)
File "/Users/sasha/Apps/lib/python3.2/site-packages/Sphinx-1.1predev_20101028-py3.2.egg/sphinx/application.py", line 203, in build
self.builder.build_update()
File "/Users/sasha/Apps/lib/python3.2/site-packages/Sphinx-1.1predev_20101028-py3.2.egg/sphinx/builders/__init__.py", line 193, in build_update
'out of date' % len(to_build))
File "/Users/sasha/Apps/lib/python3.2/site-packages/Sphinx-1.1predev_20101028-py3.2.egg/sphinx/builders/__init__.py", line 249, in build
self.write(docnames, list(updated_docnames), method)
File "/Users/sasha/Apps/lib/python3.2/site-packages/Sphinx-1.1predev_20101028-py3.2.egg/sphinx/builders/__init__.py", line 279, in write
self.prepare_writing(docnames)
File "/Users/sasha/Apps/lib/python3.2/site-packages/Sphinx-1.1predev_20101028-py3.2.egg/sphinx/builders/html.py", line 231, in prepare_writing
self.load_indexer(docnames)
File "/Users/sasha/Apps/lib/python3.2/site-packages/Sphinx-1.1predev_20101028-py3.2.egg/sphinx/builders/html.py", line 619, in load_indexer
self.indexer.load(f, self.indexer_format)
File "/Users/sasha/Apps/lib/python3.2/site-packages/Sphinx-1.1predev_20101028-py3.2.egg/sphinx/search.py", line 131, in load
frozen = format.load(stream)
File "/Users/sasha/Apps/lib/python3.2/site-packages/Sphinx-1.1predev_20101028-py3.2.egg/sphinx/search.py", line 64, in load
return self.loads(f.read())
File "/Users/sasha/Apps/lib/python3.2/site-packages/Sphinx-1.1predev_20101028-py3.2.egg/sphinx/search.py", line 55, in loads
if not data or not s.startswith(self.PREFIX) or not \
TypeError: expected an object with the buffer interface |
|
Date |
User |
Action |
Args |
2010-10-29 04:07:13 | belopolsky | set | recipients:
+ belopolsky, georg.brandl, eric.araujo, docs@python |
2010-10-29 04:07:13 | belopolsky | set | messageid: <1288325233.7.0.847599039572.issue10224@psf.upfronthosting.co.za> |
2010-10-29 04:07:12 | belopolsky | link | issue10224 messages |
2010-10-29 04:07:11 | belopolsky | create | |
|