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,