diff options
Diffstat (limited to 'doc/templating.rst')
-rw-r--r-- | doc/templating.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/templating.rst b/doc/templating.rst index 3d80edd60..d9755a836 100644 --- a/doc/templating.rst +++ b/doc/templating.rst @@ -383,6 +383,15 @@ in the future. .. versionadded:: 4.2 +.. data:: docutils_version_info + + The version of Docutils used to build represented as a tuple of five elements. + For Docutils version 0.16.1 beta 2 this would be `(0, 16, 1, 'beta', 2)``. + The fourth element can be one of: ``alpha``, ``beta``, ``candidate``, ``final``. + ``final`` always has 0 as the last element. + + .. versionadded:: 5.0.2 + .. data:: style The name of the main stylesheet, as given by the theme or |