Skip to content

Commit d0650ea

Browse files
committed
Fix vector symbol rendering in katex.
1 parent 29e7820 commit d0650ea

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sphinx-doc/conf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@
3434

3535
if find_spec("sphinxcontrib.katex") is not None:
3636
extensions.append("sphinxcontrib.katex")
37+
38+
katex_options = r"""{
39+
output: 'mathml',
40+
}"""
3741
else:
3842
extensions.append("sphinx.ext.mathjax")
3943

0 commit comments

Comments
 (0)