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 c1b20e5 commit 9e29082Copy full SHA for 9e29082
.github/workflows/ci_docs.yml
@@ -68,7 +68,7 @@ jobs:
68
run: |
69
conda install gmt=6.1.1 numpy pandas xarray netCDF4 packaging \
70
ipython make myst-parser \
71
- sphinx sphinx-copybutton sphinx-gallery sphinx_rtd_theme=0.5.1
+ sphinx sphinx-copybutton sphinx-gallery sphinx_rtd_theme
72
73
# Show installed pkg information for postmortem diagnostic
74
- name: List installed packages
environment.yml
@@ -32,4 +32,4 @@ dependencies:
32
- sphinx
33
- sphinx-copybutton
34
- sphinx-gallery
35
- - sphinx_rtd_theme=0.5.1
+ - sphinx_rtd_theme
0 commit comments