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

(cherry picked from commit 7ac933e260)

Co-authored-by: Inada Naoki <songofacandy@gmail.com>
This commit is contained in:
Miss Islington (bot) 2024-05-10 12:40:35 +02:00 committed by GitHub
parent d524802e9d
commit 760b3f08dc
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 = {}

View file

@ -42,6 +42,7 @@
</style>
{{ super() }}
{%- if not embedded %}
<meta name="readthedocs-addons-api-version" content="1">
<script type="text/javascript">
function onSwitch(event) {
@ -127,4 +128,5 @@
}
});
</script>
{%- endif %}
{% endblock %}