From: Maciej Olko Date: Sat, 31 Aug 2024 06:31:36 +0000 (+0200) Subject: gh-123407: Enable translating literal and code blocks (#123408) X-Git-Tag: v3.14.0a1~641 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5332d989af45378e6ae99aeda72bfa82042b8659;p=thirdparty%2FPython%2Fcpython.git gh-123407: Enable translating literal and code blocks (#123408) --- diff --git a/Doc/conf.py b/Doc/conf.py index 628172301543..92cc9387abae 100644 --- a/Doc/conf.py +++ b/Doc/conf.py @@ -311,6 +311,7 @@ root_doc = 'contents' # Allow translation of index directives gettext_additional_targets = [ 'index', + 'literal-block', ] # Options for HTML output