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 8cfa2aa + d9ace33 commit eaf5de0Copy full SHA for eaf5de0
doc/_static/mpl.css
@@ -1103,10 +1103,6 @@ p.caption {
1103
font-weight: bold;
1104
}
1105
1106
-div#gallery.section, div#tutorials.section {
1107
- overflow: hidden;
1108
-}
1109
-
1110
.sphx-glr-multi-img{
1111
max-width: 99% !important;
1112
@@ -1278,3 +1274,7 @@ div.bullet-box li {
1278
1274
flex: 0 0 90%;
1279
1275
1280
1276
1277
+
+div#gallery.section .sphx-glr-clear:first-of-type, div#tutorials.section .sphx-glr-clear:first-of-type{
+ display: none;
+}
requirements/doc/doc-requirements.txt
@@ -13,5 +13,5 @@ ipython
13
ipywidgets
14
numpydoc>=0.8
15
pillow>=3.4,!=5.4.0
16
-sphinx-gallery>=0.2
+sphinx-gallery>=0.5
17
sphinx-copybutton
0 commit comments