Hi all, I'm very happy to announce the release of Sphinx 1.2 available on the Python package index at <http://pypi.python.org/pypi/Sphinx>.
It includes about 50 features, several incompatible changes and fixes a lot of bugs/buglets from the 1.1.3 version of Sphinx. What's new in 1.2 (very short version)? ======================================= - Drop Python 2.4 support - Add Python 3.3 support - Improvement of internationalization - Improvement of builders: html, texinfo, latex and gettext. - Add builders: xml and pseudoxml - Add sphinx.ext.linkcode extension - Add non-ASCII code point characters path support - Add theme plugin mechanism - Add and update 10 locales - Add experimental support for parallel building with a new -j option - Add docs: detailed "Installing Sphinx" and "Sphinx Developer's Guide" For the full changelog, go to <http://sphinx-doc.org/changes.html>. Thanks to all coraborators and contributers! What is it? =========== Sphinx is a tool that makes it easy to create intelligent and beautiful documentation for Python projects (or other documents consisting of multiple reStructuredText source files). Website: http://sphinx-doc.org/ IRC: #sphinx-doc on irc.freenode.net cheers, -- Takayuki SHIMIZUKAWA http://about.me/shimizukawa -- https://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations/
