Skip to content

Commit 4cc871c

Browse files
Update sphinx requirement from ~=7.4.7 to ~=8.1.3
Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst) - [Commits](sphinx-doc/sphinx@v7.4.7...v8.1.3) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f6cf120 commit 4cc871c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Discord = "https://discord.gg/TPBU2sa8Et"
3737
visualization = ["matplotlib"]
3838
test = ["pytest", "pytest-cov"]
3939
lint = ["isort", "ruff", "qbraid-cli"]
40-
docs = ["sphinx~=7.4.7", "sphinx-autodoc-typehints>=1.24,<2.5", "sphinx-rtd-theme~=3.0.1", "docutils<0.22", "sphinx-copybutton"]
40+
docs = ["sphinx~=8.1.3", "sphinx-autodoc-typehints>=1.24,<2.5", "sphinx-rtd-theme~=3.0.1", "docutils<0.22", "sphinx-copybutton"]
4141

4242
[tool.setuptools_scm]
4343
write_to = "qbraid_algorithms/_version.py"

0 commit comments

Comments
 (0)