Skip to content

Commit 95002be

Browse files
committed
Install myst_parser
1 parent 2dbcf85 commit 95002be

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docs.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ jobs:
6666
run: |
6767
conda install gmt=6.1.1 numpy pandas xarray netCDF4 packaging \
6868
make \
69-
sphinx sphinx-copybutton sphinx-gallery sphinx_rtd_theme=0.4.3
69+
sphinx sphinx-copybutton sphinx-gallery sphinx_rtd_theme=0.4.3 \
70+
myst_parser
7071
7172
# Show installed pkg information for postmortem diagnostic
7273
- name: List installed packages

0 commit comments

Comments
 (0)