Update docs for the new module attributes has/get feature (#1301)

This commit is contained in:
Steven B.
2024-11-26 08:38:20 +00:00
committed by GitHub
parent fe53cd7d9c
commit cb4e28394d
5 changed files with 70 additions and 34 deletions

View File

@@ -25,7 +25,13 @@ classifiers = [
[project.optional-dependencies]
speedups = ["orjson>=3.9.1", "kasa-crypt>=0.2.0"]
docs = ["sphinx~=6.2", "sphinx_rtd_theme~=2.0", "sphinxcontrib-programoutput~=0.0", "myst-parser", "docutils>=0.17"]
docs = [
"sphinx_rtd_theme~=2.0",
"sphinxcontrib-programoutput~=0.0",
"myst-parser",
"docutils>=0.17",
"sphinx>=7.4.7",
]
shell = ["ptpython", "rich"]
[project.urls]