Skip to content

Commit 3b3f55a

Browse files
committed
change default math engine to katex following Issue #2
1 parent 63552ff commit 3b3f55a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sphinxcontrib/pseudocode2/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ def add_rendering_script(app: Sphinx):
263263

264264
def setup(app: Sphinx):
265265
"""Sphinx extension entry point"""
266-
app.add_config_value("pseudocode2_math_engine", "mathjax3", "html", types=[str])
266+
app.add_config_value("pseudocode2_math_engine", "katex", "html", types=[str])
267267
app.add_config_value("pseudocode2_options", None, "html", types=[dict])
268268

269269
app.add_directive("pcode", PCodeDirective)

0 commit comments

Comments
 (0)