commit | 4fe0a1dc7f84ff8748c93a1a1c8286a8a88800db | [log] [tgz] |
---|---|---|
author | Ederson de Souza <ederson.desouza@intel.com> | Tue Oct 31 16:25:14 2023 -0700 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Tue Mar 19 13:13:45 2024 +0100 |
tree | 49ab739e84fa21a71df3313df7a181647f69e557 | |
parent | 28d08ada28ea4600eb06eda45e7b0c4a63686e14 [diff] [blame] |
doc: Include doxmlparser on requirements.txt It will be necessary to parse the doxygen XML files to extract `since` and `version` from them. Signed-off-by: Ederson de Souza <ederson.desouza@intel.com>
diff --git a/doc/requirements.txt b/doc/requirements.txt index b1f20fb..a105501 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt
@@ -16,3 +16,6 @@ # Used by pytest-twister-harness plugin pytest + +# Doxygen doxmlparser +doxmlparser