From f9b73c5c487ac9ca7925edf69eeb41ee797a9e7b 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 (GH-123408) (cherry picked from commit 5332d989af45378e6ae99aeda72bfa82042b8659) Co-authored-by: Maciej Olko --- Doc/conf.py | 1 + 1 file changed, 1 insertion(+) 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