From b8735ca6854f749b31445ab12ac3d2f92949e82c Mon Sep 17 00:00:00 2001 From: Tim Monko Date: Thu, 19 Feb 2026 16:34:45 -0600 Subject: [PATCH] Add theme switcher to navbar --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 1168b4e..1590f0f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -66,7 +66,7 @@ 'external_links': [{'name': 'napari', 'url': 'https://napari.org'}], 'github_url': 'https://github.com/napari/napari-plugin-manager', 'navbar_start': ['navbar-logo', 'navbar-project'], - 'navbar_end': ['navbar-icon-links'], + 'navbar_end': ['navbar-icon-links', 'theme-switcher'], # "switcher": { # "json_url": json_url, # "version_match": version_match,