Skip to content

Commit

Permalink
doc: requirements: Add pyserial
Browse files Browse the repository at this point in the history
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 <root@stephanos.io>
  • Loading branch information
stephanosio authored and nashif committed May 23, 2024
1 parent 11920e3 commit 8c8e2f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ sphinx-sitemap
PyYAML>=6.0
pykwalify

# Used by pytest-twister-harness plugin
# Used by pytest-twister-harness plugin (imported by autodoc)
pytest
pyserial

# Doxygen doxmlparser
doxmlparser

0 comments on commit 8c8e2f6

Please sign in to comment.