diff options
author | Adam Turner <9087854+AA-Turner@users.noreply.github.com> | 2023-04-28 10:41:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-28 10:41:59 +0100 |
commit | 4be56f3b7ddf44265d2e7a8f26a33ba46be52ab9 (patch) | |
tree | 45c6816a976fb4febc9f372543d9dc45e1134de6 /sphinx | |
parent | 49027a9ae61d0d00016182025f68239a50ba4c09 (diff) | |
download | sphinx-git-4be56f3b7ddf44265d2e7a8f26a33ba46be52ab9.tar.gz |
Remove deprecated ``style`` key for HTML templates (#11381)
Diffstat (limited to 'sphinx')
-rw-r--r-- | sphinx/builders/html/__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sphinx/builders/html/__init__.py b/sphinx/builders/html/__init__.py index 2bf14672d..5cfe8adb5 100644 --- a/sphinx/builders/html/__init__.py +++ b/sphinx/builders/html/__init__.py @@ -560,7 +560,6 @@ class StandaloneHTMLBuilder(Builder): 'sphinx_version_tuple': sphinx_version, 'docutils_version_info': docutils.__version_info__[:5], 'styles': styles, - 'style': styles[-1], # xref RemovedInSphinx70Warning 'rellinks': rellinks, 'builder': self.name, 'parents': [], |