Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f32cbd2

Browse files
committed
Fix for generating documentation
- Introduced a syntax error in PR #2161, whoops!
1 parent 11666e5 commit f32cbd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/sphinxext/gen_gallery.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def gen_gallery(app, doctree):
125125
link = 'examples/%s/%s.html'%(subdir, basename)
126126
rows.append(link_template.format(link=link,
127127
thumb=thumbfile,
128-
basename=basename
128+
basename=basename,
129129
title=basename))
130130

131131
if len(data) == 0:

0 commit comments

Comments
 (0)