From 7e793f90c14dc3f351c408c4308d56e0a6e0800a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Oct 2024 10:02:40 +0000 Subject: [PATCH] BUILD: update sphinx requirement from <8.1,>=7.1.0 to >=7.1.0,<8.2 (#5286) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a5b94451f5a..1d1fac016a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -76,7 +76,7 @@ doc = [ "ansys-sphinx-theme>=0.10.0,<1.1", "numpydoc>=1.5.0,<1.9", "recommonmark", - "Sphinx>=7.1.0,<8.1", + "Sphinx>=7.1.0,<8.2", # NOTE: latest compatible version for Python 3.8 is 2021.3.14 "sphinx-autobuild==2021.3.14; python_version == '3.8'", "sphinx-autobuild==2024.10.3; python_version > '3.8'",