Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 206d3bf commit db09a71Copy full SHA for db09a71
1 file changed
doc/sphinxext/gen_gallery.py
@@ -61,7 +61,7 @@ def out_of_date(original, derived):
61
62
63
def gen_gallery(app, doctree):
64
- if app.builder.name != 'html':
+ if app.builder.name not in ('html', 'htmlhelp'):
65
return
66
67
outdir = app.builder.outdir
0 commit comments