Fix broken docs due to applehelp dependency (#641)

This commit is contained in:
Steven B
2024-01-18 08:21:52 +00:00
committed by GitHub
parent eadf1203fc
commit 4623434eb4
2 changed files with 16 additions and 16 deletions

View File

@@ -34,7 +34,7 @@ orjson = { "version" = ">=3.9.1", optional = true }
kasa-crypt = { "version" = ">=0.2.0", optional = true }
# required only for docs
sphinx = { version = "^4", optional = true }
sphinx = { version = "^5", optional = true }
sphinx_rtd_theme = { version = "^0", optional = true }
sphinxcontrib-programoutput = { version = "^0", optional = true }
myst-parser = { version = "*", optional = true }