From 5332d989af45378e6ae99aeda72bfa82042b8659 Mon Sep 17 00:00:00 2001 From: Maciej Olko Date: Sat, 31 Aug 2024 08:31:36 +0200 Subject: [PATCH] gh-123407: Enable translating literal and code blocks (#123408) --- Doc/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Doc/conf.py b/Doc/conf.py index 62817230154..92cc9387aba 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