I have set up a theme switcher using this (https://storybook.js.org/blog/how-to-add-a-theme-switcher-to-storybook/) excellent guide from @tawny kiln but I only want the side-by-side theme to be available (and enforced) in the docs page. The actual stories themselves should just use whatever current theme is set via the toolbar.
Is this possible? I know I can create a custom docs template but (unless I've misunderstood) I still can't add a wrapper around a Story block, only a Stories block.