We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89b96b1 commit c6f701dCopy full SHA for c6f701d
docs/source/conf.py
@@ -122,6 +122,12 @@ def _transform_changelog(path_in: str, path_out: str) -> None:
122
nbsphinx_allow_errors = True
123
nbsphinx_requirejs_path = ''
124
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
131
# The suffix(es) of source filenames.
132
# You can specify multiple suffix as a list of string:
133
#
0 commit comments