Docs: Prepare for Sphinx 9 (#142057)

This commit is contained in:
Adam Turner 2025-11-29 14:49:37 +00:00 committed by GitHub
parent 3c117380ab
commit 77399436bf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 7 deletions

View file

@ -38,7 +38,7 @@ def process_glossary_nodes(
rendered = app.builder.render_partial(definition)
terms[term.lower()] = {
'title': term,
'body': rendered['html_body'],
'body': rendered['fragment'],
}