summaryrefslogtreecommitdiffstats
path: root/Doc/conf.py
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2024-05-15 18:31:55 (GMT)
committerGitHub <noreply@github.com>2024-05-15 18:31:55 (GMT)
commit7c224dd4cca2c646c3d0883873be2d06ab0177f3 (patch)
tree3453481ff2be120907dddf08fb029135e380431a /Doc/conf.py
parent4f81915cf59389b4ac03972561b53ea2b662696f (diff)
downloadcpython-7c224dd4cca2c646c3d0883873be2d06ab0177f3.zip
cpython-7c224dd4cca2c646c3d0883873be2d06ab0177f3.tar.gz
cpython-7c224dd4cca2c646c3d0883873be2d06ab0177f3.tar.bz2
[3.13] gh-119009: Add gettext target (GH-119006) (#119074)
Co-authored-by: Rafael Fontenelle <rffontenelle@users.noreply.github.com>
Diffstat (limited to 'Doc/conf.py')
-rw-r--r--Doc/conf.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/conf.py b/Doc/conf.py
index 0e86de8..47fb96f 100644
--- a/Doc/conf.py
+++ b/Doc/conf.py
@@ -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
# ------------------------