mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
[3.12] gh-123407: Enable translating literal and code blocks (GH-123408) (#123531)
gh-123407: Enable translating literal and code blocks (GH-123408)
(cherry picked from commit 5332d989af
)
Co-authored-by: Maciej Olko <maciej.olko@affirm.com>
This commit is contained in:
parent
bf99818303
commit
5b3fcc04e3
1 changed files with 1 additions and 0 deletions
|
@ -294,6 +294,7 @@ root_doc = 'contents'
|
||||||
# Allow translation of index directives
|
# Allow translation of index directives
|
||||||
gettext_additional_targets = [
|
gettext_additional_targets = [
|
||||||
'index',
|
'index',
|
||||||
|
'literal-block',
|
||||||
]
|
]
|
||||||
|
|
||||||
# Options for HTML output
|
# Options for HTML output
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue