Sphinx 1.3 beta 1 released

Takayuki Shimizukawa shimizukawa at gmail.com
Fri Oct 10 00:22:04 CEST 2014


Hi all,

I'm very happy to announce the release of Sphinx 1.3, beta 1,
available on the Python package index at
<http://pypi.python.org/pypi/Sphinx/1.3b1>.
Please test and report bugs to <http://dev.sphinx-doc.org/sphinx/issues>.

This is the first testing release for Sphinx 1.3, a new feature release
with lots of improvements and new features.

- Add support for Python 3.4
- Add support for docutils 0.12
- Drop support for docutils versions up to 0.9.
- Drop support for Python 2.5, 3.1 and 3.2.
- Add 'sphinx.ext.napoleon' extension for NumPy and Google style
docstring support.
- Add support for parallel reading (parsing) of source files (optional).
- Add the 'any' role that can be used to find a cross-reference of
*any* type in *any* domain.
- Add various options to sphinx-quickstart. Quiet mode option
'--quiet' will skip wizard mode.
- Add numfig feature: assign numbers to figures, tables and code-blocks.
- Add 'caption' parameter to 'code-block' and 'literalinclude'.
- Add stemming support for 14 languages.
- Add new theme: bizstyle.

For the full changelog, go to:
https://bitbucket.org/birkenfeld/sphinx/src/701b48f97/CHANGES


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/

Enjoy!
--
Takayuki SHIMIZUKAWA
http://about.me/shimizukawa


More information about the Python-announce-list mailing list