https://github.com/python/cpython/commit/578742a9a1a94ec0b890516b25e490c4baa9f97c commit: 578742a9a1a94ec0b890516b25e490c4baa9f97c branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 2024-08-31T06:49:08Z summary:
[3.13] gh-123407: Enable translating literal and code blocks (GH-123408) (#123530) gh-123407: Enable translating literal and code blocks (GH-123408) (cherry picked from commit 5332d989af45378e6ae99aeda72bfa82042b8659) Co-authored-by: Maciej Olko <[email protected]> files: M Doc/conf.py diff --git a/Doc/conf.py b/Doc/conf.py index 3860d146a27e85..915e9317fa4bab 100644 --- a/Doc/conf.py +++ b/Doc/conf.py @@ -310,6 +310,7 @@ # Allow translation of index directives gettext_additional_targets = [ 'index', + 'literal-block', ] # Options for HTML output _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: [email protected]
