This is an automated email from the ASF dual-hosted git repository.

jiayu pushed a commit to branch sphinx-doc-fix
in repository https://gitbox.apache.org/repos/asf/sedona.git

commit 394086f504a4077250f75deaa6f933ae12c52d2e
Author: Jia Yu <[email protected]>
AuthorDate: Wed Dec 3 20:47:21 2025 -0800

    Fix the doc build
---
 pyproject.toml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/pyproject.toml b/pyproject.toml
index 8b0c6be2f5..0bbab0999e 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -46,7 +46,8 @@ docs = [
   "pymdown-extensions",
   "mike",
   "blacken-docs",
-  "sphinx",
-  "sphinx_rtd_theme",
+  # TODO: sphinx_rtd_theme only supports Sphinx < 9.0, consider migrating to a 
different theme or wait for sphinx_rtd_theme to support Sphinx 9+
+  "sphinx==8.2.3",
+  "sphinx_rtd_theme==3.0.2",
   "sphinx-autobuild",
 ]

Reply via email to