From 20a84ad8c6d08df541899a664948587c224f4947 Mon Sep 17 00:00:00 2001 From: Kaxil Naik Date: Mon, 6 May 2024 22:01:42 +0100 Subject: [PATCH] Upgrade Sphinx to 7.3.7 closes https://github.com/apache/airflow/issues/31963 All the linked issues on the above have been resolved --- hatch_build.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/hatch_build.py b/hatch_build.py index 495aa7bdde43c..e0c6d01509835 100644 --- a/hatch_build.py +++ b/hatch_build.py @@ -170,8 +170,7 @@ "sphinx-design>=0.5.0", "sphinx-jinja>=2.0.2", "sphinx-rtd-theme>=2.0.0", - # Currently we are using sphinx 5 but we need to migrate to Sphinx 7 - "sphinx>=5.3.0,<6.0.0", + "sphinx>7", "sphinxcontrib-applehelp>=1.0.4", "sphinxcontrib-devhelp>=1.0.2", "sphinxcontrib-htmlhelp>=2.0.1", @@ -180,7 +179,7 @@ "sphinxcontrib-jsmath>=1.0.1", "sphinxcontrib-qthelp>=1.0.3", "sphinxcontrib-redoc>=1.6.0", - "sphinxcontrib-serializinghtml==1.1.5", + "sphinxcontrib-serializinghtml>=1.1.5", "sphinxcontrib-spelling>=8.0.0", ], "doc-gen": [