Skip to content

Commit

Permalink
Fix for generating documentation
Browse files Browse the repository at this point in the history
- Introduced a syntax error in PR matplotlib#2161, whoops!
  • Loading branch information
tbekolay committed Jun 29, 2013
1 parent 11666e5 commit f32cbd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/sphinxext/gen_gallery.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def gen_gallery(app, doctree):
link = 'examples/%s/%s.html'%(subdir, basename)
rows.append(link_template.format(link=link,
thumb=thumbfile,
basename=basename
basename=basename,
title=basename))

if len(data) == 0:
Expand Down

0 comments on commit f32cbd2

Please sign in to comment.