Skip to content

Commit 4cdfa3b

Browse files
authored
Add mkdocs and sphinx to forbidden packages (#155781)
1 parent 9e7bef9 commit 4cdfa3b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

script/hassfest/requirements.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,13 +94,17 @@
9494
"async-timeout": "be replaced by asyncio.timeout (Python 3.11+)",
9595
# Only needed for tests
9696
"codecov": "not be a runtime dependency",
97+
# Only needed for docs
98+
"mkdocs": "not be a runtime dependency",
9799
# Does blocking I/O and should be replaced by pyserial-asyncio-fast
98100
# See https://github.com/home-assistant/core/pull/116635
99101
"pyserial-asyncio": "be replaced by pyserial-asyncio-fast",
100102
# Only needed for tests
101103
"pytest": "not be a runtime dependency",
102104
# Only needed for build
103105
"setuptools": "not be a runtime dependency",
106+
# Only needed for docs
107+
"sphinx": "not be a runtime dependency",
104108
# Only needed for build
105109
"wheel": "not be a runtime dependency",
106110
}

0 commit comments

Comments
 (0)