From e1b8423fcee4562955cd8dd9afc501ff956ae170 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 28 Apr 2026 12:34:15 +0000 Subject: [PATCH] enable bootstrap 5 in pkgdown template The light/dark theme switcher and built-in search require Bootstrap 5; without `bootstrap: 5` pkgdown falls back to Bootstrap 3 and silently ignores `light-switch` and the search bar. --- _pkgdown.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/_pkgdown.yml b/_pkgdown.yml index 0b27246e..afe4f1bc 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -1,5 +1,6 @@ url: http://philchalmers.github.io/SimDesign/ template: + bootstrap: 5 light-switch: true theme: gruvbox-light theme-dark: gruvbox-dark