Thanks to visit codestin.com Credit goes to github.com
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.
1 parent 7233d36 commit d132998Copy full SHA for d132998
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