From 05cdb5a6a076e95bad55e96509ac2a4497210b5b Mon Sep 17 00:00:00 2001 From: AJ Schmidt Date: Wed, 11 Aug 2021 10:24:34 -0400 Subject: [PATCH] Set minimum `pydata-sphinx-theme` version This PR pins the version of `pydata-sphinx-theme` to at least `0.6.3.` This is necessary because `conda` was solving for version `0.6.1` which has issues with some versions of `jinja` and therefore was causing errors during docs builds. --- conda/recipes/rapids-doc-env/meta.yaml | 2 +- conda/recipes/versions.yaml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/conda/recipes/rapids-doc-env/meta.yaml b/conda/recipes/rapids-doc-env/meta.yaml index 5b4c6f89..a6051f75 100644 --- a/conda/recipes/rapids-doc-env/meta.yaml +++ b/conda/recipes/rapids-doc-env/meta.yaml @@ -42,7 +42,7 @@ requirements: - nbsphinx {{ nbsphinx_version }} - numpydoc - pandoc {{ pandoc_version }} - - pydata-sphinx-theme + - pydata-sphinx-theme {{ pydata_sphinx_theme_version }} - recommonmark - sphinx - sphinx_rtd_theme diff --git a/conda/recipes/versions.yaml b/conda/recipes/versions.yaml index 780b8aa3..dfe32c1f 100644 --- a/conda/recipes/versions.yaml +++ b/conda/recipes/versions.yaml @@ -130,6 +130,8 @@ pytorch_version: - '>=1.6' protobuf_version: - '>=3.4.1,<4.0.0' +pydata_sphinx_theme_version: + - '>=0.6.3' pyproj_version: - '>=2.4,<=3.1' pyppeteer_version: