Skip to content

Commit

Permalink
doc: Include doxmlparser on requirements.txt
Browse files Browse the repository at this point in the history
It will be necessary to parse the doxygen XML files to extract `since`
and `version` from them.

Signed-off-by: Ederson de Souza <[email protected]>
  • Loading branch information
edersondisouza authored and nashif committed Mar 12, 2024
1 parent ff34de1 commit ada92d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@ pykwalify

# Used by pytest-twister-harness plugin
pytest

# Doxygen doxmlparser
doxmlparser

0 comments on commit ada92d5

Please sign in to comment.