Skip to content

Commit c6f701d

Browse files
committed
try better solution
1 parent 89b96b1 commit c6f701d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/source/conf.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,12 @@ def _transform_changelog(path_in: str, path_out: str) -> None:
122122
nbsphinx_allow_errors = True
123123
nbsphinx_requirejs_path = ''
124124

125+
126+
# myst-parser, forcing to parse all html pages with mathjax
127+
# https://github.com/executablebooks/MyST-Parser/issues/394
128+
myst_update_mathjax = False
129+
130+
125131
# The suffix(es) of source filenames.
126132
# You can specify multiple suffix as a list of string:
127133
#

0 commit comments

Comments
 (0)