Skip to content

Commit f17a6bc

Browse files
sdhiscockslarsoner
authored andcommitted
FIX: Add blank line at end of table of contents block (#1094)
1 parent acf9ad0 commit f17a6bc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sphinx_gallery/gen_gallery.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -484,6 +484,8 @@ def _format_toctree(items, includehidden=False):
484484
485485
%s\n""" % "\n ".join(items)
486486

487+
st += "\n"
488+
487489
return st
488490

489491

0 commit comments

Comments
 (0)