Skip to content

Commit 85123bb

Browse files
committed
Merge pull request #2179 from tbekolay/doc_fix
Fix for generating documentation
2 parents 42aa77e + f32cbd2 commit 85123bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/sphinxext/gen_gallery.py

+1-1
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)