mirror of https://github.com/python/cpython
gh-123407: Enable translating literal and code blocks (#123408)
This commit is contained in:
parent
10bf615bab
commit
5332d989af
|
@ -311,6 +311,7 @@ root_doc = 'contents'
|
|||
# Allow translation of index directives
|
||||
gettext_additional_targets = [
|
||||
'index',
|
||||
'literal-block',
|
||||
]
|
||||
|
||||
# Options for HTML output
|
||||
|
|
Loading…
Reference in New Issue