mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
parent
221614654f
commit
7fe1016f5e
1
CHANGES
1
CHANGES
@ -15,6 +15,7 @@ Features added
|
||||
|
||||
Bugs fixed
|
||||
----------
|
||||
* #3707: latex: no bold checkmark (✔) available.
|
||||
* #5605 If the documentation language is set to Chinese, English words could not
|
||||
be searched.
|
||||
|
||||
|
@ -37,6 +37,7 @@ tex_replacements = [
|
||||
('→', r'\(\rightarrow\)'),
|
||||
('‣', r'\(\rightarrow\)'),
|
||||
('✓', r'\(\checkmark\)'),
|
||||
('✔', r'\(\pmb{\checkmark}\)'),
|
||||
# used to separate -- in options
|
||||
('', r'{}'),
|
||||
# map some special Unicode characters to similar ASCII ones
|
||||
|
Loading…
Reference in New Issue
Block a user