mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
Docs: Prepare for Sphinx 9 (#142057)
This commit is contained in:
parent
3c117380ab
commit
77399436bf
3 changed files with 4 additions and 7 deletions
|
|
@ -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'],
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue