mirror of
https://github.com/python/cpython.git
synced 2025-12-04 08:34:25 +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
|
||||
gettext_additional_targets = [
|
||||
'index',
|
||||
'literal-block',
|
||||
]
|
||||
|
||||
# Options for HTML output
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue