Closed
Description
The "Switch to stable version" button seem to use some sphinx_design
classes: sd-btn sd-btn-danger sd-shadow-sm sd-text-wrap font-weight-bold ms-3 my-1 align-baseline
. If I'm not mistaken, it seems that one must include sphinx_design
in the extension list to get those sphinx_design
style sheets.
Is it possible that we do not rely on the sphinx_design
button, and use for instance a bootstrap button instead, or just plain text? (Since I think sphinx_design
is only optional instead of mandatory).