mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
[3.13] gh-119009: Add gettext target (GH-119006) (#119074)
Co-authored-by: Rafael Fontenelle <rffontenelle@users.noreply.github.com>
This commit is contained in:
parent
4f81915cf5
commit
7c224dd4cc
2 changed files with 8 additions and 0 deletions
|
@ -374,6 +374,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