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

Skip to content

Commit db09a71

Browse files
committed
Build gallery also for HTML Help docs
1 parent 206d3bf commit db09a71

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
@@ -61,7 +61,7 @@ def out_of_date(original, derived):
6161

6262

6363
def gen_gallery(app, doctree):
64-
if app.builder.name != 'html':
64+
if app.builder.name not in ('html', 'htmlhelp'):
6565
return
6666

6767
outdir = app.builder.outdir

0 commit comments

Comments
 (0)