From 028fd023fabbd8c54d77c4888dfb8f71fb6de5b5 Mon Sep 17 00:00:00 2001 From: dg-concordium Date: Mon, 18 Mar 2024 15:56:03 +0100 Subject: [PATCH] Force light mode on documentation site --- source/_templates/theme-switcher.html | 95 --------------------------- source/mainnet/conf.py | 1 + 2 files changed, 1 insertion(+), 95 deletions(-) delete mode 100644 source/_templates/theme-switcher.html diff --git a/source/_templates/theme-switcher.html b/source/_templates/theme-switcher.html deleted file mode 100644 index 71055b6281..0000000000 --- a/source/_templates/theme-switcher.html +++ /dev/null @@ -1,95 +0,0 @@ -
- - Enable Dark Mode! -
- - - - diff --git a/source/mainnet/conf.py b/source/mainnet/conf.py index 5ae76f4206..a50f4bad0d 100644 --- a/source/mainnet/conf.py +++ b/source/mainnet/conf.py @@ -256,6 +256,7 @@ "github_version": "main", "doc_path": "source/mainnet", "conf_py_path": "/source/", + "default_mode": "light", } # Add any paths that contain custom static files (such as style sheets) here,