Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ def gallery_image_warning_filter(record):
:class: sphx-glr-download-link-note
:ref:`Go to the end <sphx_glr_download_{1}>`
to download the full example code.{2}
to download the full example code{2}
.. rst-class:: sphx-glr-example-title
Expand Down
4 changes: 2 additions & 2 deletions lib/matplotlib/tests/test_doc.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def test_sphinx_gallery_example_header():
EXAMPLE_HEADER, this test will start to fail. In that case, please update
the monkey-patching of EXAMPLE_HEADER in conf.py.
"""
pytest.importorskip('sphinx_gallery', minversion='0.16.0')
pytest.importorskip('sphinx_gallery', minversion='0.20.0')
from sphinx_gallery import gen_rst

EXAMPLE_HEADER = """
Expand All @@ -25,7 +25,7 @@ def test_sphinx_gallery_example_header():
:class: sphx-glr-download-link-note
:ref:`Go to the end <sphx_glr_download_{1}>`
to download the full example code.{2}
to download the full example code{2}
.. rst-class:: sphx-glr-example-title
Expand Down
Loading