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 d69fecb commit 192ab83Copy full SHA for 192ab83
.github/workflows/add_pages_doc.yml
@@ -18,7 +18,8 @@ jobs:
18
- name: Install dependencies
19
run: |
20
python -m pip install --upgrade pip
21
- pip install sphinx sphinx_book_theme myst-parser
+ pip install sphinx sphinx_book_theme linkify-it-py
22
+ pip install myst-nb jupyter
23
# 安装deepmodeling_sphinx
24
if [ -f docs/requirements.txt ]; then pip install -r docs/requirements.txt; fi
25
- name: Build docs
0 commit comments