From cd41ccd9ed53a8583be3cd4991013d753d8c55dd Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Thu, 27 Jul 2023 13:45:49 +0300 Subject: [PATCH] Sphinx 6.2 fix: add nav.contents where that div.topic is used --- python_docs_theme/static/pydoctheme_dark.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python_docs_theme/static/pydoctheme_dark.css b/python_docs_theme/static/pydoctheme_dark.css index 7882a67..8bdddf6 100644 --- a/python_docs_theme/static/pydoctheme_dark.css +++ b/python_docs_theme/static/pydoctheme_dark.css @@ -104,7 +104,8 @@ div.warning { } div.topic, -div.note { +div.note, +nav.contents { background-color: rgba(255, 255, 255, 0.1); border-color: currentColor; }