From a50746f8f7e1c6e7b912368d0c6115c08e16357f Mon Sep 17 00:00:00 2001 From: tomvanmele Date: Thu, 9 Nov 2023 09:13:11 +0100 Subject: [PATCH] theme switcher and default theme --- docs/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index fdfce68..28e5bab 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -299,6 +299,7 @@ def visit_reference(self, node): html_theme_options["navbar_end"] = [ "version-switcher", + "theme-switcher", "navbar-icon-links", ] @@ -316,6 +317,7 @@ def visit_reference(self, node): "github_repo": "compas_gmsh", "github_version": "main", "doc_path": "docs", + "default_theme": "light", } html_static_path = ["_static"]