mirror of
https://github.com/python/cpython.git
synced 2025-12-09 02:35:14 +00:00
gh-123407: Enable translating literal and code blocks (#123408)
This commit is contained in:
parent
10bf615bab
commit
5332d989af
1 changed files with 1 additions and 0 deletions
|
|
@ -311,6 +311,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