Skip to content

Commit 192ab83

Browse files
committed
更新依赖项,移除myst-parser并添加linkify-it-py和myst-nb
1 parent d69fecb commit 192ab83

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/add_pages_doc.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ jobs:
1818
- name: Install dependencies
1919
run: |
2020
python -m pip install --upgrade pip
21-
pip install sphinx sphinx_book_theme myst-parser
21+
pip install sphinx sphinx_book_theme linkify-it-py
22+
pip install myst-nb jupyter
2223
# 安装deepmodeling_sphinx
2324
if [ -f docs/requirements.txt ]; then pip install -r docs/requirements.txt; fi
2425
- name: Build docs

0 commit comments

Comments
 (0)