8000 Update sphinx dependency to 6.2 to fix docs build (#1280) · python-kasa/python-kasa@e1e6d72 · GitHub
[go: up one dir, main page]

Skip to content

Commit e1e6d72

Browse files
authored
Update sphinx dependency to 6.2 to fix docs build (#1280)
1 parent 5b5a148 commit e1e6d72

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ classifiers = [
2626

2727
[project.optional-dependencies]
2828
speedups = ["orjson>=3.9.1", "kasa-crypt>=0.2.0"]
29-
docs = ["sphinx~=5.0", "sphinx_rtd_theme~=2.0", "sphinxcontrib-programoutput~=0.0", "myst-parser", "docutils>=0.17"]
29+
docs = ["sphinx~=6.2", "sphinx_rtd_theme~=2.0", "sphinxcontrib-programoutput~=0.0", "myst-parser", "docutils>=0.17"]
3030
shell = ["ptpython", "rich"]
3131

3232
[project.urls]

uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
0