From d2efdc0d9943979514db72cea4de21fe4c38bd7f Mon Sep 17 00:00:00 2001 From: Joris Van den Bossche Date: Wed, 6 Apr 2022 15:14:18 +0200 Subject: [PATCH] Backport PR #46663: 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 c23bb99c736dc..a90f28a2c9e16 100644 --- a/environment.yml +++ b/environment.yml @@ -34,7 +34,7 @@ dependencies: - gitdb - numpydoc < 1.2 # 2021-02-09 1.2dev breaking CI - pandas-dev-flaker=0.4.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 6caa9a7512faf..bb6c5d9427d38 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -20,7 +20,7 @@ gitpython gitdb numpydoc < 1.2 pandas-dev-flaker==0.4.0 -pydata-sphinx-theme +pydata-sphinx-theme==0.8.0 pytest-cython sphinx sphinx-panels