This is an automated email from the ASF dual-hosted git repository. raulcd pushed a commit to branch maint-15.0.x in repository https://gitbox.apache.org/repos/asf/arrow.git
commit e388eb57dfc1417590364d8d84e67cbba1fa539b Author: Alenka Frim <[email protected]> AuthorDate: Wed Jan 17 16:58:48 2024 +0100 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 <[email protected]> Signed-off-by: AlenkaF <[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 0e50875fc1..d0f494d2e0 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 da2327a6df..aee2eb662c 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
