8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7233d36 + d132998 commit d96f8a4Copy full SHA for d96f8a4
doc/_static/mpl.css
@@ -62,12 +62,11 @@ html[data-theme="dark"] .sphx-glr-thumbcontainer {
62
padding: 0;
63
}
64
65
-/* hide note linking to the download section at the bottom of galleries
66
- * as suggested in https://github.com/sphinx-gallery/sphinx-gallery/issues/760
+/* hide download buttons in example headers
+ * https://sphinx-gallery.github.io/stable/advanced.html#hide-the-download-buttons-in-the-example-headers
67
*/
68
div.sphx-glr-download-link-note {
69
- height: 0px;
70
- visibility: hidden;
+ display: none;
71
72
73
/* re-style the download button */
0 commit comments