On 02/03/14 09:51, Georg Brandl wrote:
> I'm delighted to announce the release of Sphinx 1.2.2, now available on
> the Python package index at <http://pypi.python.org/pypi/Sphinx>.

Thanks for your work, Georg!

I got the traceback below for build html after upgrading from 1.2.1 to
1.2.2.
My source files are here:
https://github.com/lsaffre/lino/tree/master/docs
I tried also after cleaning the doctree files, without success.

Any hints?

Luc

# Sphinx version: 1.2.2
# Python version: 2.7.4
# Docutils version: 0.11 release
# Jinja2 version: 2.7.2
# Loaded extensions:
Traceback (most recent call last):
  File
"/home/luc/pythonenvs/py27/local/lib/python2.7/site-packages/sphinx/cmdline.py",
line 253, in main
    warningiserror, tags, verbosity, parallel)
  File
"/home/luc/pythonenvs/py27/local/lib/python2.7/site-packages/sphinx/application.py",
line 139, in __init__
    self._init_builder(buildername)
  File
"/home/luc/pythonenvs/py27/local/lib/python2.7/site-packages/sphinx/application.py",
line 200, in _init_builder
    self.builder = builderclass(self)
  File
"/home/luc/pythonenvs/py27/local/lib/python2.7/site-packages/sphinx/builders/__init__.py",
line 68, in __init__
    self.init()
  File
"/home/luc/pythonenvs/py27/local/lib/python2.7/site-packages/sphinx/builders/html.py",
line 108, in init
    self.init_templates()
  File
"/home/luc/pythonenvs/py27/local/lib/python2.7/site-packages/sphinx/builders/html.py",
line 145, in init_templates
    self.create_template_bridge()
  File
"/home/luc/pythonenvs/py27/local/lib/python2.7/site-packages/sphinx/builders/__init__.py",
line 81, in create_template_bridge
    self.config.template_bridge, 'template_bridge setting')()
  File
"/home/luc/pythonenvs/py27/local/lib/python2.7/site-packages/sphinx/application.py",
line 357, in import_object
    return getattr(__import__(module, None, None, [name]), name)
TypeError: Item in ``from list'' not a string

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sphinx-users.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to