From b3679cc73119107b7888e5bc51a0b391bc709fad Mon Sep 17 00:00:00 2001 From: Alenka Frim Date: Wed, 17 Jan 2024 16:58:48 +0100 Subject: [PATCH] GH-39640: [Docs] Pin pydata-sphinx-theme to 0.14.1 (#39658) The version warning banner in the documentation has the wrong version: it currently uses `pydata-sphinx-version` instead of Arrow dev version. Testing if the update in upstream fixes this error in version `14.0.1`. * Closes: #39640 Authored-by: AlenkaF Signed-off-by: AlenkaF --- 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 0e50875fc1ef8..d0f494d2e085d 100644 --- a/ci/conda_env_sphinx.txt +++ b/ci/conda_env_sphinx.txt @@ -20,7 +20,7 @@ breathe doxygen ipython numpydoc -pydata-sphinx-theme=0.14 +pydata-sphinx-theme=0.14.1 sphinx-autobuild sphinx-design sphinx-copybutton diff --git a/docs/requirements.txt b/docs/requirements.txt index da2327a6df5fc..aee2eb662c06b 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -5,7 +5,7 @@ breathe ipython numpydoc -pydata-sphinx-theme==0.14 +pydata-sphinx-theme==0.14.1 sphinx-autobuild sphinx-design sphinx-copybutton