mirror of
https://github.com/python/cpython.git
synced 2025-08-30 13:38:43 +00:00
GH-97950: Allow translation of index directive content (#104000)
This commit is contained in:
parent
9885677b04
commit
35d273825a
2 changed files with 34 additions and 0 deletions
|
@ -91,6 +91,11 @@ smartquotes_excludes = {
|
|||
# Avoid a warning with Sphinx >= 2.0
|
||||
master_doc = 'contents'
|
||||
|
||||
# Allow translation of index directives
|
||||
gettext_additional_targets = [
|
||||
'index',
|
||||
]
|
||||
|
||||
# Options for HTML output
|
||||
# -----------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue