I use Docutils from the SVN repository and Sphinx from the Mercurial
repository.

When building docs with "make html", I got this exception:

# =======================================
Exception occurred:
  File "/home/dkuhlman/a1/Python/Sphinx/Hg/sphinx/sphinx/writers/
latex.py", line 105, in ExtBabel
    _ISO639_TO_BABEL = Babel._ISO639_TO_BABEL.copy()
AttributeError: type object 'Babel' has no attribute
'_ISO639_TO_BABEL'
The full traceback has been saved in /tmp/sphinx-err-T6v6zQ.log, if
you want to report the issue to the developers.
# =======================================

Apparently the name has changed in docutils/docutils/writers/latex2e/
__init__.py.  I believe it changed from "_ISO639_TO_BABEL" to
"language_codes".  But, I'm not too sure.  Has this already been
picked up?

Hope this helps.

- Dave

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-dev" group.
To post to this group, send email to sphinx-...@googlegroups.com.
To unsubscribe from this group, send email to 
sphinx-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en.

Reply via email to