This is an automated email from the ASF dual-hosted git repository. tomaz pushed a commit to branch dependabot/pip/pytest-8.0.2 in repository https://gitbox.apache.org/repos/asf/libcloud.git
commit 532bb183ba825b6b4574b78da2c3edcc2d94b535 Author: Tomaz Muraus <to...@tomaz.me> AuthorDate: Tue Apr 16 21:48:22 2024 +0200 Also run rstcheck on README.rst file. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index a1dc82195..64f6bbb1d 100644 --- a/tox.ini +++ b/tox.ini @@ -142,7 +142,7 @@ commands = bash -c "./scripts/dist_wheel_install_check.sh" deps = -r{toxinidir}/requirements-docs.txt changedir = docs -commands = rstcheck --report-level warning ../CHANGES.rst +commands = rstcheck --report-level warning ../README.rst rstcheck --report-level warning ../CHANGES.rst rstcheck --report-level warning ../CONTRIBUTING.rst python ../contrib/generate_provider_feature_matrix_table.py