From 0a9f62fd702f2cbb25b359db4074fd8aa8407bc2 Mon Sep 17 00:00:00 2001
From: Karolina Surma <33810531+befeleme@users.noreply.github.com>
Date: Thu, 17 Aug 2023 11:18:21 +0200
Subject: [PATCH] Stop using the removed `style` key
key `style` has been removed from Sphinx 7. Instead, use `styles[-1]`.
See: https://github.com/sphinx-doc/sphinx/pull/11381
---
sphinx_typlog_theme/layout.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sphinx_typlog_theme/layout.html b/sphinx_typlog_theme/layout.html
index 0c9a37c..e40713d 100644
--- a/sphinx_typlog_theme/layout.html
+++ b/sphinx_typlog_theme/layout.html
@@ -26,7 +26,7 @@
{%- endif %}
{%- include "style.html" -%}
-
+
{%- for cssfile in css_files -%}