Skip to content

Commit e762c27

Browse files
committed
[doc] install myst-parser in workflow
1 parent 8f1193c commit e762c27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ jobs:
5656
python3-numpy
5757
python3-pip
5858
python3-scipy
59-
python3-sphinx
60-
python3-nbsphinx
59+
pip3 install myst-parser linkify-it-py &&
60+
pip3 install sphinx==5.3.0 sphinx-rtd-theme
6161
6262
- name: Install homebrew dependencies
6363
if: matrix.os == 'macos-12'

0 commit comments

Comments
 (0)