From ee9711e6fe23584a311d6935ec6e2b01eb228015 Mon Sep 17 00:00:00 2001 From: dangotbanned <125183946+dangotbanned@users.noreply.github.com> Date: Sat, 20 Jul 2024 21:01:59 +0100 Subject: [PATCH] fix: remove unsupported `sphinx` theme option `'footer_items'` Removes this warning: ``` preparing documents... WARNING: unsupported theme option 'footer_items' given ``` --- doc/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index fb33c95d4..5cab4af1c 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -142,7 +142,6 @@ "navbar_center": ["navbar-nav"], "navbar_end": ["theme-switcher", "navbar-icon-links"], "primary_sidebar_end": [], - "footer_items": [], "icon_links": [ { "name": "GitHub",