From 750c3622fd66efc7980f14cc54ad719a4d2cf840 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 21 Feb 2010 21:57:58 +0100 Subject: [PATCH] Add some versionadded tags. --- doc/ext/autosummary.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/ext/autosummary.rst b/doc/ext/autosummary.rst index 20b688c1f..8193bc529 100644 --- a/doc/ext/autosummary.rst +++ b/doc/ext/autosummary.rst @@ -97,6 +97,8 @@ The :mod:`sphinx.ext.autosummary` extension does this in two parts: :confval:`templates_path` to generate the pages for all entries listed. See `Customizing templates`_ below. + .. versionadded:: 1.0 + :program:`sphinx-autogen` -- generate autodoc stub pages -------------------------------------------------------- @@ -142,6 +144,8 @@ also use this new config value: Customizing templates --------------------- +.. versionadded:: 1.0 + You can customize the stub page templates, in a similar way as the HTML Jinja templates, see :ref:`templating`. (:class:`~sphinx.application.TemplateBridge` is not supported.)