diff --git a/src/pydata_sphinx_theme/assets/styles/extensions/_togglebutton.scss b/src/pydata_sphinx_theme/assets/styles/extensions/_togglebutton.scss index 3b3152d9d..3837746fb 100644 --- a/src/pydata_sphinx_theme/assets/styles/extensions/_togglebutton.scss +++ b/src/pydata_sphinx_theme/assets/styles/extensions/_togglebutton.scss @@ -1,5 +1,7 @@ /** * Sphinx togglebutton + * + * https://sphinx-togglebutton.readthedocs.io/en/latest/index.html */ .bd-content { @@ -30,8 +32,8 @@ } } - // Admonition toggles - .admonition { + // Collapsible admonition, implemented as
+