mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix inline literal markup in templating.rst
This commit is contained in:
parent
6ab15a047c
commit
ea14dd533b
@ -386,7 +386,7 @@ in the future.
|
||||
.. 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)``.
|
||||
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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user