mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Merge pull request #7969 from multun/i18n-math-block
Fix #7968: i18n: process math_block as a literal node
This commit is contained in:
commit
689ba0a257
@ -242,6 +242,7 @@ def is_translatable(node: Node) -> bool:
|
||||
LITERAL_TYPE_NODES = (
|
||||
nodes.literal_block,
|
||||
nodes.doctest_block,
|
||||
nodes.math_block,
|
||||
nodes.raw,
|
||||
)
|
||||
IMAGE_TYPE_NODES = (
|
||||
|
Loading…
Reference in New Issue
Block a user