From 41416f130d8a41adc048ac8a6d6dfdb380078eb1 Mon Sep 17 00:00:00 2001 From: Mirko Galimberti Date: Sun, 24 Nov 2024 18:02:12 +0100 Subject: [PATCH] Sphinx/docs: Avoid usage of deprecated `style` keyword (#8709) (#8931) Fixes: 8230 Style keyword is deprecated in sphinx 7.x (cherry picked from commit bde597c5748fc3436b0ec4211e8db152e62d3a24) Co-authored-by: Konstantin Baikov <4488943+kbaikov@users.noreply.github.com> --- doc/sources/.templates/layout.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/sources/.templates/layout.html b/doc/sources/.templates/layout.html index f055773ec2..e747371c01 100644 --- a/doc/sources/.templates/layout.html +++ b/doc/sources/.templates/layout.html @@ -96,7 +96,9 @@

Related Topics

{{ title|striptags }}{{ titlesuffix }} - + {%- for style in styles %} + + {%- endfor %} {%- if not embedded %} {%- block scripts %}