Skip to content

Commit 9e29082

Browse files
author
Meghan Jones
authored
Unpin sphinx_rtd_theme from 0.5.1 (#1183)
1 parent c1b20e5 commit 9e29082

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
run: |
6969
conda install gmt=6.1.1 numpy pandas xarray netCDF4 packaging \
7070
ipython make myst-parser \
71-
sphinx sphinx-copybutton sphinx-gallery sphinx_rtd_theme=0.5.1
71+
sphinx sphinx-copybutton sphinx-gallery sphinx_rtd_theme
7272
7373
# Show installed pkg information for postmortem diagnostic
7474
- name: List installed packages

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ dependencies:
3232
- sphinx
3333
- sphinx-copybutton
3434
- sphinx-gallery
35-
- sphinx_rtd_theme=0.5.1
35+
- sphinx_rtd_theme

0 commit comments

Comments
 (0)