From 2fbc151f2e4fa5261ca135749cc9532949848d91 Mon Sep 17 00:00:00 2001 From: Thomas Boyer-Chammard <49786685+thomas-bc@users.noreply.github.com> Date: Tue, 10 Dec 2024 11:24:54 -0800 Subject: [PATCH] Remove "system preference" option for light/dark theme (#3065) --- docs/mkdocs.yml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 8fdcc99f4f..c6a519ed3c 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -28,13 +28,6 @@ theme: palette: - # Palette toggle for automatic mode - - media: "(prefers-color-scheme)" - primary: custom - toggle: - icon: material/brightness-auto - name: Switch to light mode - # Palette toggle for light mode - media: "(prefers-color-scheme: light)" scheme: default @@ -50,7 +43,7 @@ theme: primary: custom toggle: icon: material/lightbulb-off - name: Switch to system preference + name: Switch to light mode @@ -161,8 +154,8 @@ extra: name: 'CADRE (Cooperative Autonomous Distributed Robotic Explorers)' type: 'Rover, Technology Demonstration' nasa_center_company: 'NASA JPL' - os: '-' - hw_platform: '-' + os: 'Linux' + hw_platform: 'Snapdragon 821' start_date: '2025' end_date: '-' target: "Earth's Moon"