This is an automated email from the ASF dual-hosted git repository.
jorisvandenbossche pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/main by this push:
new 6ce3c3f884 GH-39500: [Docs] Pin pydata-sphinx-theme to 0.14 (#39501)
6ce3c3f884 is described below
commit 6ce3c3f8840cdd5294f22a6e662b6d2c0ff0a077
Author: Joris Van den Bossche <[email protected]>
AuthorDate: Mon Jan 8 15:29:04 2024 +0100
GH-39500: [Docs] Pin pydata-sphinx-theme to 0.14 (#39501)
### Rationale for this change
The latest pydata-sphinx-theme release 0.15 of a few days ago had some
breakages. So let's pin to 0.14.x until 0.15 has stabilized.
* Closes: #39500
Lead-authored-by: Joris Van den Bossche <[email protected]>
Co-authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Joris Van den Bossche <[email protected]>
---
ci/conda_env_sphinx.txt | 2 +-
docs/requirements.txt | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ci/conda_env_sphinx.txt b/ci/conda_env_sphinx.txt
index af1bfe9b78..0e50875fc1 100644
--- a/ci/conda_env_sphinx.txt
+++ b/ci/conda_env_sphinx.txt
@@ -20,7 +20,7 @@ breathe
doxygen
ipython
numpydoc
-pydata-sphinx-theme
+pydata-sphinx-theme=0.14
sphinx-autobuild
sphinx-design
sphinx-copybutton
diff --git a/docs/requirements.txt b/docs/requirements.txt
index 37a50d51dd..da2327a6df 100644
--- a/docs/requirements.txt
+++ b/docs/requirements.txt
@@ -5,7 +5,7 @@
breathe
ipython
numpydoc
-pydata-sphinx-theme
+pydata-sphinx-theme==0.14
sphinx-autobuild
sphinx-design
sphinx-copybutton