Skip to content

Commit 5bb2ce0

Browse files
committed
DOC: Add thumbnail for multipage_pdf gallery example
1 parent 32805b1 commit 5bb2ce0

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
Lines changed: 8 additions & 0 deletions
Loading

galleries/examples/misc/multipage_pdf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515

1616
from matplotlib.backends.backend_pdf import PdfPages
1717

18+
# sphinx_gallery_thumbnail_path = '_static/multipage_pdf_thumbnail.svg'
19+
1820
# Create the PdfPages object to which we will save the pages:
1921
# The with statement makes sure that the PdfPages object is closed properly at
2022
# the end of the block, even if an Exception occurs.

0 commit comments

Comments
 (0)