mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Merge branch '5.0.x' into 5.x
This commit is contained in:
4
doc/_themes/sphinx13/static/sphinx13.css
vendored
4
doc/_themes/sphinx13/static/sphinx13.css
vendored
@@ -372,7 +372,9 @@ div.quotebar {
|
||||
margin-left: 1em;
|
||||
}
|
||||
|
||||
div.topic {
|
||||
nav.contents,
|
||||
div.topic,
|
||||
aside.topic {
|
||||
background-color: #f8f8f8;
|
||||
}
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user