summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaciej Olko <maciej.olko@affirm.com>2024-08-31 06:31:36 (GMT)
committerGitHub <noreply@github.com>2024-08-31 06:31:36 (GMT)
commit5332d989af45378e6ae99aeda72bfa82042b8659 (patch)
treefb31ac8e2a645fa7d711e976e20b4b739a600734
parent10bf615bab9f832971a098f0a42b0d617aea6993 (diff)
downloadcpython-5332d989af45378e6ae99aeda72bfa82042b8659.zip
cpython-5332d989af45378e6ae99aeda72bfa82042b8659.tar.gz
cpython-5332d989af45378e6ae99aeda72bfa82042b8659.tar.bz2
gh-123407: Enable translating literal and code blocks (#123408)
-rw-r--r--Doc/conf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/conf.py b/Doc/conf.py
index 62817230..92cc938 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