From 71065e82b93779f526b2fc6943b13bd1b1a7d9d0 Mon Sep 17 00:00:00 2001 From: Meghan Jones Date: Tue, 30 Mar 2021 11:43:54 -0400 Subject: [PATCH] Bump sphinx_rtd_theme from 0.4.3 to 0.5.1 --- .github/workflows/ci_docs.yml | 2 +- environment.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_docs.yml b/.github/workflows/ci_docs.yml index a4d5e4166c1..69aca102a72 100644 --- a/.github/workflows/ci_docs.yml +++ b/.github/workflows/ci_docs.yml @@ -68,7 +68,7 @@ jobs: run: | conda install gmt=6.1.1 numpy pandas xarray netCDF4 packaging \ ipython make myst-parser \ - sphinx sphinx-copybutton sphinx-gallery sphinx_rtd_theme=0.4.3 + sphinx sphinx-copybutton sphinx-gallery sphinx_rtd_theme=0.5.1 # Show installed pkg information for postmortem diagnostic - name: List installed packages diff --git a/environment.yml b/environment.yml index 6942d6897f0..cc70941f715 100644 --- a/environment.yml +++ b/environment.yml @@ -32,4 +32,4 @@ dependencies: - sphinx - sphinx-copybutton - sphinx-gallery - - sphinx_rtd_theme=0.4.3 + - sphinx_rtd_theme=0.5.1