Sphinx 1.5 released

2016-12-12 Thread Takayuki Shimizukawa
Hi all,

I'm very happy to announce the release of Sphinx 1.5-final available on the
Python package index at <http://pypi.python.org/pypi/Sphinx/1.5>.

Sphinx-1.5 includes many updates from 1.4.9 version:

* 67 features
* 38 incompatible changes
* 3 deprecations
* 52 fixes of bugs/buglets

For the full changelog, go to <http://www.sphinx-doc.org/en/1.5/changes.html
>.
Thanks to all collaborators and contributers!
I especially appreciate tk0miya who made a great contribution over the past
year.


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

Enjoy!
--
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/


PyCon JP 2016: Call for Proposals

2016-04-23 Thread Takayuki Shimizukawa
Hi everyone!

We will hold PyCon Japan on September 21-22 this year in Tokyo and are
looking for talk proposals. We hope to get a wide variety of talk
submissions from first time speakers to seasoned veterans of PyCons around
the world, so please don’t hesitate to submit your proposal.

Please also forward this Call for Proposals to anyone that you feel may be
interested.

  **  https://pycon.jp/2016/en/talks/cfp/ **
   Submission deadline is
   Sunday, May 29th

The submission deadline is May 29th, so don’t wait too long with your talk
submission!


About PyCon JP 2016

For this year, we chose "Everyone's different, all are wonderful" for out
theme. As such, we are trying to make this an inclusive and diverse
conference, allowing everyone to get the most out of the conference. For
more information about our conference, visit
https://pycon.jp/2016/en/about/what-is-pyconjp/.

Thank you,
--
Takayuki Shimizukawa
PyCon JP 2016 Team
https://pycon.jp/2016/en/
-- 
https://mail.python.org/mailman/listinfo/python-announce-list

Support the Python Software Foundation:
http://www.python.org/psf/donations/


Sphinx 1.4.1 released

2016-04-16 Thread Takayuki Shimizukawa
Hi all,

I'm delighted to announce the release of Sphinx 1.4.1, now available on
the Python package index at <http://pypi.python.org/pypi/Sphinx>.

It includes about 13 bug fixes for the 1.4 release series, among them a
incompatibility and a packaging error.

For the full changelog, go to <
http://www.sphinx-doc.org/en/stable/changes.html>.
Thanks to all collaborators 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

Enjoy!
--
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/


Sphinx 1.4 released

2016-03-29 Thread Takayuki Shimizukawa
Hi all,

I'm very happy to announce the release of Sphinx 1.4-final available on the
Python package index at <http://pypi.python.org/pypi/Sphinx/1.4>.

Sphinx-1.4 includes many updates from 1.3.6 version:

* 49 features
* 17 incompatible changes
* 40 fixes of bugs/buglets

For the full changelog, go to <http://www.sphinx-doc.org/en/1.4/changes.html
>.
Thanks to all coraborators and contributers!

What's new in 1.4 (short version)?
=

Features added
--

* I18N: figure substitutions by language and figure_language_filename
* Config: suppress_warnings to suppress arbitrary warning message
(experimental)
* Directive: glossary term supports grouping key for index entries by using
classifier syntax (experimental)
* Directive: Support Imgmath (pngmath with svg support).
* Builder: XeTeX and LuaTeX for the LaTeX builder.
* Builder: Add the ``dummy`` builder: syntax check without output.
* Builder: Add EPUB 3 builder (experimental)
* Search: Chinese language search index.
* Search: Japanese language search index by using Janome
* Search: splitter customization for Japanese language search index
* Domain: cpp domain improvements
* Ext: Add sphinx.ext.githubpages to publish the docs on GitHub Pages
* Ext: Add ``sphinx.ext.autosectionlabel`` extension to allow reference
  sections using its title.
* API: Add Sphinx.add_source_parser() to add source_suffix and
source_parsers from extension
* Image recognition by using  ``imagesize`` package w/o PIL/Pillow


Incompatible changes


* manpage writer: don't make whole of item in definition list bold if it
includes strong node.
* Remove hint message from quick search box for html output.
* sphinx_rtd_theme has become optional. Please install it manually.
* :confval:`html_extra_path` also copies dotfiles in the extra directory,
and
  refers to :confval:`exclude_patterns` to exclude extra files and
directories.
* Under glossary directive, each terms are converted into individual
``term`` nodes and ``termsep`` node is removed.
  By this change, output layout of every builders are changed a bit.
* The default highlight language is now Python 3.  This means that source
code
  is highlighted as Python 3 (which is mostly a superset of Python 2), and
no
  parsing is attempted to distinguish valid code.
* `Locale Date Markup Language
  <http://unicode.org/reports/tr35/tr35-dates.html#Date_Format_Patterns>`_
like
  ``" dd, "`` is default forma for `today_fmt` and
`html_last_updated_fmt`.
  However strftime format like ``"%B %d, %Y"`` is also supported for
backward
  compatibility until Sphinx-1.5. Later format will be disabled from
Sphinx-1.5.

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

Enjoy!
--
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/


Sphinx 1.4-beta1 released

2016-03-06 Thread Takayuki Shimizukawa
Hi all,

I'm very happy to announce the release of Sphinx 1.4-beta1 available on the
Python package index at <http://pypi.python.org/pypi/Sphinx/1.4b1>.
This is the first beta release for Sphinx 1.4 that includes:
* 13 features
* 4 incompatible changes
* 14 fixes of bugs/buglets
from the 1.4a1 version of Sphinx.

For the full changelog, go to <
http://www.sphinx-doc.org/en/master/changes.html>.
Thanks to all coraborators and contributers!

What's new in 1.4 (very short version)?
===

Features added
--

beta1

* I18N: figure substitutions by language and figure_language_filename
* Config: suppress_warnings to suppress arbitrary warning message
(experimental)

alpha1

* Directive: glossary term supports grouping key for index entries by using
classifier syntax (experimental)
* Directive: Support Imgmath (pngmath with svg support).
* Builder: XeTeX and LuaTeX for the LaTeX builder.
* Builder: Add the ``dummy`` builder: syntax check without output.
* Builder: Add EPUB 3 builder (experimental)
* Search: Chinese language search index.
* Search: Japanese language search index by using Janome
* Search: splitter customization for Japanese language search index
* Domain: cpp domain improvements
* Ext: Add sphinx.ext.githubpages to publish the docs on GitHub Pages
* Ext: Add ``sphinx.ext.autosectionlabel`` extension to allow reference
  sections using its title.
* API: Add Sphinx.add_source_parser() to add source_suffix and
source_parsers from extension
* Image recognition by using  ``imagesize`` package w/o PIL/Pillow


Incompatible changes


beta1

* manpage writer: don't make whole of item in definition list bold if it
includes strong node.
* Remove hint message from quick search box for html output.

alpha1

* sphinx_rtd_theme has become optional. Please install it manually.
* :confval:`html_extra_path` also copies dotfiles in the extra directory,
and
  refers to :confval:`exclude_patterns` to exclude extra files and
directories.
* Under glossary directive, each terms are converted into individual
``term`` nodes and ``termsep`` node is removed.
  By this change, output layout of every builders are changed a bit.
* The default highlight language is now Python 3.  This means that source
code
  is highlighted as Python 3 (which is mostly a superset of Python 2), and
no
  parsing is attempted to distinguish valid code.
* `Locale Date Markup Language
  <http://unicode.org/reports/tr35/tr35-dates.html#Date_Format_Patterns>`_
like
  ``" dd, "`` is default forma for `today_fmt` and
`html_last_updated_fmt`.
  However strftime format like ``"%B %d, %Y"`` is also supported for
backward
  compatibility until Sphinx-1.5. Later format will be disabled from
Sphinx-1.5.


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

Enjoy!
--
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/


Sphinx 1.3.6 released

2016-02-29 Thread Takayuki Shimizukawa
Hi all,

I'm delighted to announce the release of Sphinx 1.3.6, now available on
the Python package index at <https://pypi.python.org/pypi/Sphinx>.

It includes about 10 bug fixes for the 1.3 release series, among them a
regression in 1.3.5.

For the full changelog, go to <
http://www.sphinx-doc.org/en/1.3.6/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://www.sphinx-doc.org/
IRC: #sphinx-doc on irc.freenode.net

Enjoy!
--
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/


Sphinx 1.4-alpha1 released

2016-02-14 Thread Takayuki Shimizukawa
Hi all,

I'm very happy to announce the release of Sphinx 1.4-alpha1 available on the
Python package index at <http://pypi.python.org/pypi/Sphinx/1.4a1>.
This is the first testing release for Sphinx 1.4 that includes:
* 31 features
* 10 incompatible changes
* 20 fixes of bugs/buglets
from the 1.3.5 version of Sphinx

For the full changelog, go to <
http://www.sphinx-doc.org/en/master/changes.html>.
Thanks to all coraborators and contributers!

What's new in 1.4 (very short version)?
===

Features added
--

* Directive: glossary term supports grouping key for index entries by using
classifier syntax (experimental)
* Directive: Support Imgmath (pngmath with svg support).
* Builder: XeTeX and LuaTeX for the LaTeX builder.
* Builder: Add the ``dummy`` builder: syntax check without output.
* Builder: Add EPUB 3 builder (experimental)
* Search: Chinese language search index.
* Search: Japanese language search index by using Janome
* Search: splitter customization for Japanese language search index
* Domain: cpp domain improvements
* Ext: Add sphinx.ext.githubpages to publish the docs on GitHub Pages
* Ext: Add ``sphinx.ext.autosectionlabel`` extension to allow reference
  sections using its title.
* API: Add Sphinx.add_source_parser() to add source_suffix and
source_parsers from extension
* Image recognition by using  ``imagesize`` package w/o PIL/Pillow

Incompatible changes


* sphinx_rtd_theme has become optional. Please install it manually.
* :confval:`html_extra_path` also copies dotfiles in the extra directory,
and
  refers to :confval:`exclude_patterns` to exclude extra files and
directories.
* Under glossary directive, each terms are converted into individual
``term`` nodes and ``termsep`` node is removed.
  By this change, output layout of every builders are changed a bit.
* The default highlight language is now Python 3.  This means that source
code
  is highlighted as Python 3 (which is mostly a superset of Python 2), and
no
  parsing is attempted to distinguish valid code.
* `Locale Date Markup Language
  <http://unicode.org/reports/tr35/tr35-dates.html#Date_Format_Patterns>`_
like
  ``" dd, "`` is default forma for `today_fmt` and
`html_last_updated_fmt`.
  However strftime format like ``"%B %d, %Y"`` is also supported for
backward
  compatibility until Sphinx-1.5. Later format will be disabled from
Sphinx-1.5.


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

Enjoy!
--
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/


Sphinx 1.3.5 released

2016-01-24 Thread Takayuki Shimizukawa
Hi all,

I'm delighted to announce the release of Sphinx 1.3.5, now available on
the Python package index at <https://pypi.python.org/pypi/Sphinx>.

It includes about 12 bug fixes for the 1.3 release series, among them a
regression in 1.3.4.

For the full changelog, go to <
http://www.sphinx-doc.org/en/1.3.5/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://www.sphinx-doc.org/
IRC: #sphinx-doc on irc.freenode.net

Enjoy!
--
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/


Sphinx 1.3.4 released

2016-01-12 Thread Takayuki Shimizukawa
Hi all,

I'm delighted to announce the release of Sphinx 1.3.4, now available on
the Python package index at <http://pypi.python.org/pypi/Sphinx>.

It includes about 42 bug fixes for the 1.3 release series, among them a
regression in 1.3.3.

For the full changelog, go to <http://sphinx-doc.org/en/1.3.4/changes.html>.
Thanks to all coraborators and contributers!

And another thing, sphinx official documentation has been moved on the
ReadTheDocs service. Now the documentation provides multiple versions and
multiple languages (en, ja, es, pt_BR).

- http://sphinx-doc.org/
- http://readthedocs.org/projects/sphinx/


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

Enjoy!
--
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/


Sphinx 1.3.3 released

2015-12-04 Thread Takayuki Shimizukawa
Hi all,

I'm delighted to announce the release of Sphinx 1.3.3, now available on
the Python package index at <http://pypi.python.org/pypi/Sphinx>.

It includes about 3 bug fixes for the 1.3 release series, among them a
regression in 1.3.2 that is including packaging error.

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

Enjoy!
--
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/


Sphinx 1.3.1 released

2015-03-17 Thread Takayuki Shimizukawa
Hi all,

I'm delighted to announce the release of Sphinx 1.3.1, now available on
the Python package index at <http://pypi.python.org/pypi/Sphinx>.

It includes about 10 bug fixes for the 1.3 release series, among them a
regression in 1.3.

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

Enjoy!
--
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/


Sphinx 1.3 released

2015-03-11 Thread Takayuki Shimizukawa
Hi all,

I'm very happy to announce the release of Sphinx 1.3 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.2.3 version of Sphinx.

What's new in 1.3 (very short version)?
===

- Drop Python 2.5, 3.1, 3.2 support
- Add Python 3.4 support
- Drop docutils 0.10 or older support
- Add docutils 0.12 support
- Remove sphinx.ext.oldcmarkup extension
- Rename Sphinx "default" theme into "classic"
- Add Extensions: sphinx.ext.napoleon
- Add Themes: alabaster (new default), sphinx_rtd_theme, bizstyle
- Add Builders: applehelp
- Add numfig feature that numbering figure, table and code-block
- Add any role that can be used to find a cross-reference of any type
in any domain
- Add :caption: for toctree, code-block and literalinclude
- Add sphinx-quickstart command line options and non-wizard mode
- Add stemming support for 14 languages
- Improvement of i18n: auto mo compile, uid calc is disabled by
default, more translatable targets
- Improvement of parallel building


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

Enjoy!
--
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/


Sphinx 1.3 beta 3 released

2015-02-24 Thread Takayuki Shimizukawa
Hi all,

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

This is the final beta release for Sphinx 1.3 that includes:
- 3 Incompatibilities; requires docutils 0.11, Pygments 2.0
- 10 new features; add 'alabaster' and 'sphinx_rtd_theme' themes.
- 14 bug fixes.

For the full changelog, go to:
https://github.com/sphinx-doc/sphinx/blob/567af23/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
-- 
https://mail.python.org/mailman/listinfo/python-announce-list

Support the Python Software Foundation:
http://www.python.org/psf/donations/


Sphinx 1.3 beta 2 released

2014-12-05 Thread Takayuki Shimizukawa
Hi all,

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

This is the second testing release for Sphinx 1.3, a new feature release
with 5 bug fixes and 2 features, such as configuration value type check.
For the full changelog, go to:
https://bitbucket.org/birkenfeld/sphinx/src/19b6c7a/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
-- 
https://mail.python.org/mailman/listinfo/python-announce-list

Support the Python Software Foundation:
http://www.python.org/psf/donations/


Sphinx 1.3 beta 1 released

2014-10-09 Thread Takayuki Shimizukawa
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
-- 
https://mail.python.org/mailman/listinfo/python-announce-list

Support the Python Software Foundation:
http://www.python.org/psf/donations/


Sphinx 1.2.3 released

2014-09-03 Thread Takayuki Shimizukawa
Hi all,

I'm delighted to announce the release of Sphinx 1.2.3, now available on
the Python package index at <http://pypi.python.org/pypi/Sphinx>.

It includes about 19 bug fixes for the 1.2 release series, among them a
regression in 1.2.1.

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

What's new in 1.2 (very short version)?
===

- - Dropped Python 2.4 support
- - Added Python 3.3 support
- - Improvement of internationalization
- - Improvement of builders: html, texinfo, latex and gettext.
- - Added builders: xml and pseudoxml
- - Added sphinx.ext.linkcode extension
- - Added more non-ASCII code point characters path support
- - Added theme plugin mechanism
- - Added and update 10 locales
- - Added experimental support for parallel building with a new -j option
- - Added docs: detailed "Installing Sphinx" and "Sphinx Developer's Guide"

For the full changelog, go to <http://sphinx-doc.org/changes.html>.
Thanks to all collaborators and contributors!

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/


Sphinx 1.2 released

2013-12-13 Thread Takayuki Shimizukawa
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/