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.
2 parents 381bc48 + ef82f81 commit 160f8adCopy full SHA for 160f8ad
doc/_static/mpl.css
@@ -1079,10 +1079,6 @@ p.caption {
1079
font-weight: bold;
1080
}
1081
1082
-div#gallery.section, div#tutorials.section {
1083
- overflow: hidden;
1084
-}
1085
-
1086
.sphx-glr-multi-img{
1087
max-width: 99% !important;
1088
@@ -1254,3 +1250,7 @@ div.bullet-box li {
1254
1250
flex: 0 0 90%;
1255
1251
1256
1252
1253
+
+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
@@ -12,5 +12,5 @@ colorspacious
12
ipython
13
ipywidgets
14
numpydoc>=0.8
15
-sphinx-gallery>=0.4
+sphinx-gallery>=0.5
16
sphinx-copybutton
0 commit comments