summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAdam Turner <9087854+AA-Turner@users.noreply.github.com>2023-04-28 10:41:59 +0100
committerGitHub <noreply@github.com>2023-04-28 10:41:59 +0100
commit4be56f3b7ddf44265d2e7a8f26a33ba46be52ab9 (patch)
tree45c6816a976fb4febc9f372543d9dc45e1134de6 /doc
parent49027a9ae61d0d00016182025f68239a50ba4c09 (diff)
downloadsphinx-git-4be56f3b7ddf44265d2e7a8f26a33ba46be52ab9.tar.gz
Remove deprecated ``style`` key for HTML templates (#11381)
Diffstat (limited to 'doc')
-rw-r--r--doc/development/templating.rst16
1 files changed, 0 insertions, 16 deletions
diff --git a/doc/development/templating.rst b/doc/development/templating.rst
index 512240f49..0bb6614c4 100644
--- a/doc/development/templating.rst
+++ b/doc/development/templating.rst
@@ -381,22 +381,6 @@ in the future.
.. versionadded:: 5.1
-.. data:: style
-
- The name of the main stylesheet, as given by the theme or
- :confval:`html_style`.
-
- .. versionchanged:: 5.1
-
- The theme or :confval:`html_style` are now able to specify multiple
- stylesheets, the ``style`` key returns the last stylesheet when more than
- one is specified.
-
- .. deprecated:: 5.1
-
- Use the :data:`styles` key instead, as there is no longer a single main
- stylesheet. The ``style`` key will be removed in Sphinx 7.0.
-
.. data:: title
The title of the current document, as used in the ``<title>`` tag.