We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dbcf85 commit 95002beCopy full SHA for 95002be
.github/workflows/docs.yml
@@ -66,7 +66,8 @@ jobs:
66
run: |
67
conda install gmt=6.1.1 numpy pandas xarray netCDF4 packaging \
68
make \
69
- sphinx sphinx-copybutton sphinx-gallery sphinx_rtd_theme=0.4.3
+ sphinx sphinx-copybutton sphinx-gallery sphinx_rtd_theme=0.4.3 \
70
+ myst_parser
71
72
# Show installed pkg information for postmortem diagnostic
73
- name: List installed packages
0 commit comments