doc: requirements: Add pyserial
Since 7eaca455fa
, pyserial is required for
building docs because `DeviceAdapter` from the `pytest-twister-harness`
plugin, which is imported by autodoc, now depends on it.
Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
This commit is contained in:
parent
11920e35a0
commit
8c8e2f6243
1 changed files with 2 additions and 1 deletions
|
@ -15,8 +15,9 @@ sphinx-sitemap
|
||||||
PyYAML>=6.0
|
PyYAML>=6.0
|
||||||
pykwalify
|
pykwalify
|
||||||
|
|
||||||
# Used by pytest-twister-harness plugin
|
# Used by pytest-twister-harness plugin (imported by autodoc)
|
||||||
pytest
|
pytest
|
||||||
|
pyserial
|
||||||
|
|
||||||
# Doxygen doxmlparser
|
# Doxygen doxmlparser
|
||||||
doxmlparser
|
doxmlparser
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue