diff --git a/pyproject.toml b/pyproject.toml index 78d880f..6c4380a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ Discord = "https://discord.gg/TPBU2sa8Et" visualization = ["matplotlib"] test = ["pytest", "pytest-cov"] lint = ["isort", "ruff", "qbraid-cli"] -docs = ["sphinx~=7.4.7", "sphinx-autodoc-typehints>=1.24,<2.5", "sphinx-rtd-theme~=3.0.1", "docutils<0.22", "sphinx-copybutton"] +docs = ["sphinx~=7.4.7", "sphinx-autodoc-typehints>=1.24,<2.6", "sphinx-rtd-theme~=3.0.1", "docutils<0.22", "sphinx-copybutton"] [tool.setuptools_scm] write_to = "qbraid_algorithms/_version.py"