https://github.com/python/cpython/commit/5b3fcc04e30971ef4a8002003454cae3de910435
commit: 5b3fcc04e30971ef4a8002003454cae3de910435
branch: 3.12
author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com>
committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com>
date: 2024-08-31T06:38:11Z
summary:

[3.12] gh-123407: Enable translating literal and code blocks (GH-123408) 
(#123531)

gh-123407: Enable translating literal and code blocks (GH-123408)
(cherry picked from commit 5332d989af45378e6ae99aeda72bfa82042b8659)

Co-authored-by: Maciej Olko <maciej.o...@affirm.com>

files:
M Doc/conf.py

diff --git a/Doc/conf.py b/Doc/conf.py
index 75c65fa2dfc4f5..319cdf6079027c 100644
--- a/Doc/conf.py
+++ b/Doc/conf.py
@@ -294,6 +294,7 @@
 # Allow translation of index directives
 gettext_additional_targets = [
     'index',
+    'literal-block',
 ]
 
 # Options for HTML output

_______________________________________________
Python-checkins mailing list -- python-checkins@python.org
To unsubscribe send an email to python-checkins-le...@python.org
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: arch...@mail-archive.com

Reply via email to