Skip to content

Commit 49c6101

Browse files
awaelchlilexierule
authored andcommitted
fix myst-parser warning blocking docs ci (#7967)
1 parent ab6a9d3 commit 49c6101

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ docs/source/api
1717
docs/source/*.md
1818
docs/source/generated
1919
docs/source/*/generated
20+
docs/source/notebooks
2021

2122
# Byte-compiled / optimized / DLL files
2223
__pycache__/

docs/source/conf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,10 @@ def _transform_changelog(path_in: str, path_out: str) -> None:
132132
nbsphinx_allow_errors = True
133133
nbsphinx_requirejs_path = ''
134134

135+
# myst-parser, forcing to parse all html pages with mathjax
136+
# https://github.com/executablebooks/MyST-Parser/issues/394
137+
myst_update_mathjax = False
138+
135139
# The suffix(es) of source filenames.
136140
# You can specify multiple suffix as a list of string:
137141
#

0 commit comments

Comments
 (0)