https://github.com/python/cpython/commit/5332d989af45378e6ae99aeda72bfa82042b8659
commit: 5332d989af45378e6ae99aeda72bfa82042b8659
branch: main
author: Maciej Olko <maciej.o...@affirm.com>
committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com>
date: 2024-08-31T07:31:36+01:00
summary:

gh-123407: Enable translating literal and code blocks (#123408)

files:
M Doc/conf.py

diff --git a/Doc/conf.py b/Doc/conf.py
index 6281723015435d..92cc9387abae31 100644
--- a/Doc/conf.py
+++ b/Doc/conf.py
@@ -311,6 +311,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