Skip to content

Commit b85809e

Browse files
author
vke
committed
locales: dont follow code examples for gettext
1 parent bdd76c6 commit b85809e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/main/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
gettext_compact = False # optional
6666
gettext_uuid = True # Use UUIDs to preserve translations when text moves
6767
gettext_location = True # Include locations as comments for reference
68-
gettext_additional_targets = ['literal-block', 'image'] # Also translate code blocks and image captions
68+
gettext_additional_targets = ['image'] # Also translate image captions
6969

7070
# Build hub specific example scripts.
7171
sys.path.append(os.path.abspath("../../examples/pup/hub_common"))

0 commit comments

Comments
 (0)