Skip to content

Commit 5bb8d57

Browse files
committed
tc
1 parent 266faec commit 5bb8d57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_directives.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def run(self):
8989
intro = self.options['intro'][:195] + '...'
9090
else:
9191
block_parser = sphinx_gallery.gen_rst.BlockParser(abs_fname, {"filetype_parsers": {}})
92-
_, blocks = block_parser.split_code_and_text_blocks(abs_fname)
92+
_, blocks, _ = block_parser.split_code_and_text_blocks(abs_fname)
9393
intro, _ = sphinx_gallery.gen_rst.extract_intro_and_title(abs_fname, blocks[0][1])
9494

9595
thumbnail_rst = ''

0 commit comments

Comments
 (0)