Skip to content

Commit 20a5e09

Browse files
authored
fix myst-parser warning blocking docs ci (#7967)
1 parent f15ea60 commit 20a5e09

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
@@ -122,6 +122,10 @@ def _transform_changelog(path_in: str, path_out: str) -> None:
122122
nbsphinx_allow_errors = True
123123
nbsphinx_requirejs_path = ''
124124

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

0 commit comments

Comments
 (0)