zephyr/scripts/requirements-compliance.txt
Benjamin Cabé fd4f3ce246 scripts: compliance: add sphinx-lint linter
ReStructuredText can sometimes be tricky to get right, especially for
folks that might be more familiar with Markdown.

This adds a Sphinx/RST linter to the compliance check script to help
catch common issues that can easily go unnoticed and cause rendering
issues.

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
2024-09-13 11:43:04 -05:00

13 lines
215 B
Plaintext

# COMPLIANCE: required by the compliance scripts
# used by ci/check_compliance
clang-format>=15.0.0
python-magic
python-magic-bin; sys_platform == "win32"
lxml
junitparser>=2
pylint>=3
unidiff
yamllint
sphinx-lint