mirror of
https://github.com/python/cpython.git
synced 2025-08-10 03:49:18 +00:00
[3.12] gh-119009: Add gettext target (GH-119006) (#119075)
Co-authored-by: Rafael Fontenelle <rffontenelle@users.noreply.github.com>
This commit is contained in:
parent
6d0850c4c8
commit
ed395f5c0e
2 changed files with 8 additions and 0 deletions
|
@ -358,6 +358,8 @@ htmlhelp_basename = 'python' + release.replace('.', '')
|
|||
# Split the index
|
||||
html_split_index = True
|
||||
|
||||
# Split pot files one per reST file
|
||||
gettext_compact = False
|
||||
|
||||
# Options for LaTeX output
|
||||
# ------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue