diff options
author | Maciej Olko <maciej.olko@affirm.com> | 2024-08-31 06:31:36 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-31 06:31:36 (GMT) |
commit | 5332d989af45378e6ae99aeda72bfa82042b8659 (patch) | |
tree | fb31ac8e2a645fa7d711e976e20b4b739a600734 | |
parent | 10bf615bab9f832971a098f0a42b0d617aea6993 (diff) | |
download | cpython-5332d989af45378e6ae99aeda72bfa82042b8659.zip cpython-5332d989af45378e6ae99aeda72bfa82042b8659.tar.gz cpython-5332d989af45378e6ae99aeda72bfa82042b8659.tar.bz2 |
gh-123407: Enable translating literal and code blocks (#123408)
-rw-r--r-- | Doc/conf.py | 1 |
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 |