Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python.announce > #1433 > unrolled thread
| Started by | Takayuki Shimizukawa <shimizukawa@gmail.com> |
|---|---|
| First post | 2014-10-10 07:22 +0900 |
| Last post | 2014-10-10 07:22 +0900 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python.announce
Sphinx 1.3 beta 1 released Takayuki Shimizukawa <shimizukawa@gmail.com> - 2014-10-10 07:22 +0900
| From | Takayuki Shimizukawa <shimizukawa@gmail.com> |
|---|---|
| Date | 2014-10-10 07:22 +0900 |
| Subject | Sphinx 1.3 beta 1 released |
| Message-ID | <mailman.14736.1412916876.18130.python-announce-list@python.org> |
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
Back to top | Article view | comp.lang.python.announce
csiph-web