gh-118689: Doc: fix ePub build (#118690)

This commit is contained in:
Inada Naoki 2024-05-10 19:24:02 +09:00 committed by GitHub
parent 7cc5e81a82
commit 7ac933e260
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 7 additions and 2 deletions

View file

@ -20,7 +20,7 @@ JSON = 'glossary.json'
def process_glossary_nodes(app, doctree, fromdocname):
if app.builder.format != 'html':
if app.builder.format != 'html' or app.builder.embedded:
return
terms = {}