Update versionadded for SoC projects.

This commit is contained in:
Georg Brandl
2010-08-21 19:23:05 +02:00
parent 00c2b032d1
commit 7174c537c8
2 changed files with 10 additions and 5 deletions

View File

@@ -3,9 +3,12 @@
Internationalization
====================
.. versionadded:: 1.XXX
.. versionadded:: 1.1
Complementary to translations provided for internal messages such as navigation
bars Sphinx provides mechanisms facilitating *document* translations in itself.
It relies on the existing configuration values :confval:`language` and
:confval:`locale_dirs`.
Complementary to translations provided for Sphinx-generated messages such as
navigation bars Sphinx provides mechanisms facilitating *document* translations
in itself. It relies on the existing configuration values :confval:`language`
and :confval:`locale_dirs`.
.. XXX write more!

View File

@@ -3,6 +3,8 @@
Sphinx Web Support
==================
.. versionadded:: 1.1
Sphinx provides a Python API to easily integrate Sphinx documentation into your
web application. To learn more read the :ref:`websupportquickstart`.