From fc82cfe88e8b60d8069790ab49b28b2e0c36d10a Mon Sep 17 00:00:00 2001 From: Ryan May Date: Mon, 28 Oct 2024 17:52:19 -0600 Subject: [PATCH] DOC: Make default light/dark theme set automatically --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 37f8c5fe97..f582e255d0 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -270,7 +270,7 @@ 'github_user': 'Unidata', 'github_repo': 'MetPy', 'github_version': 'main', # Make changes to the main branch - 'default_mode': 'light', + 'default_mode': 'auto', } # Add any paths that contain custom themes here, relative to this directory.