mirror of https://github.com/python/cpython
[3.13] gh-123407: Enable translating literal and code blocks (GH-123408) (#123530)
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
9f5f2b7128
commit
578742a9a1
|
@ -310,6 +310,7 @@ root_doc = 'contents'
|
|||
# Allow translation of index directives
|
||||
gettext_additional_targets = [
|
||||
'index',
|
||||
'literal-block',
|
||||
]
|
||||
|
||||
# Options for HTML output
|
||||
|
|
Loading…
Reference in New Issue