Skip to content

Commit 8c8e2f6

Browse files
stephanosionashif
authored andcommitted
doc: requirements: Add pyserial
Since 7eaca45, 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 <[email protected]>
1 parent 11920e3 commit 8c8e2f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ sphinx-sitemap
1515
PyYAML>=6.0
1616
pykwalify
1717

18-
# Used by pytest-twister-harness plugin
18+
# Used by pytest-twister-harness plugin (imported by autodoc)
1919
pytest
20+
pyserial
2021

2122
# Doxygen doxmlparser
2223
doxmlparser

0 commit comments

Comments
 (0)