From aa1efce0689b022685b4f62c42edad02892f3576 Mon Sep 17 00:00:00 2001 From: Joris Van den Bossche Date: Wed, 6 Apr 2022 13:49:19 +0200 Subject: [PATCH] CI/DOC: pin pydata-sphinx-theme to 0.8.0 --- environment.yml | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index c6ac88a622ad8..dc3cba3be2132 100644 --- a/environment.yml +++ b/environment.yml @@ -34,7 +34,7 @@ dependencies: - gitdb - numpydoc - pandas-dev-flaker=0.5.0 - - pydata-sphinx-theme + - pydata-sphinx-theme=0.8.0 - pytest-cython - sphinx - sphinx-panels diff --git a/requirements-dev.txt b/requirements-dev.txt index 4942ba509ded9..a3f71ac2a3aa5 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -20,7 +20,7 @@ gitpython gitdb numpydoc pandas-dev-flaker==0.5.0 -pydata-sphinx-theme +pydata-sphinx-theme==0.8.0 pytest-cython sphinx sphinx-panels