Skip to content

Commit 7216311

Browse files
committed
Update sphinx-gallery header patch
1 parent 1ee5922 commit 7216311

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ def gallery_image_warning_filter(record):
372372
:class: sphx-glr-download-link-note
373373
374374
:ref:`Go to the end <sphx_glr_download_{1}>`
375-
to download the full example code.{2}
375+
to download the full example code{2}
376376
377377
.. rst-class:: sphx-glr-example-title
378378

lib/matplotlib/tests/test_doc.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def test_sphinx_gallery_example_header():
99
EXAMPLE_HEADER, this test will start to fail. In that case, please update
1010
the monkey-patching of EXAMPLE_HEADER in conf.py.
1111
"""
12-
pytest.importorskip('sphinx_gallery', minversion='0.16.0')
12+
pytest.importorskip('sphinx_gallery', minversion='0.20.0')
1313
from sphinx_gallery import gen_rst
1414

1515
EXAMPLE_HEADER = """
@@ -25,7 +25,7 @@ def test_sphinx_gallery_example_header():
2525
:class: sphx-glr-download-link-note
2626
2727
:ref:`Go to the end <sphx_glr_download_{1}>`
28-
to download the full example code.{2}
28+
to download the full example code{2}
2929
3030
.. rst-class:: sphx-glr-example-title
3131

0 commit comments

Comments
 (0)