8000 Merge pull request #16955 from tacaswell/auto-backport-of-pr-15387-on… · matplotlib/matplotlib@eaf5de0 · GitHub
[go: up one dir, main page]

Skip to content

Commit eaf5de0

Browse files
authored
Merge pull request #16955 from tacaswell/auto-backport-of-pr-15387-on-v3.2.1-doc
Backport PR #15387: fix tooltip display bug
2 parents 8cfa2aa + d9ace33 commit eaf5de0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

doc/_static/mpl.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1103,10 +1103,6 @@ p.caption {
11031103
font-weight: bold;
11041104
}
11051105

1106-
div#gallery.section, div#tutorials.section {
1107-
overflow: hidden;
1108-
}
1109-
11101106
.sphx-glr-multi-img{
11111107
max-width: 99% !important;
11121108
}
@@ -1278,3 +1274,7 @@ div.bullet-box li {
12781274
flex: 0 0 90%;
12791275
}
12801276
}
1277+
1278+
div#gallery.section .sphx-glr-clear:first-of-type, div#tutorials.section .sphx-glr-clear:first-of-type{
1279+
display: none;
1280+
}

requirements/doc/doc-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ ipython
1313
ipywidgets
1414
numpydoc>=0.8
1515
pillow>=3.4,!=5.4.0
16-
sphinx-gallery>=0.2
16+
sphinx-gallery>=0.5
1717
sphinx-copybutton

0 commit comments

Comments
 (0)
0