Skip to content

Commit

Permalink
documentation_contributions: use tests/checkers.py
Browse files Browse the repository at this point in the history
tests/sanity.py was renamed to tests/checker.py in
ansible#563, but I never
changed the documentation_contributions doc. Mea culpa.
  • Loading branch information
gotmax23 committed Oct 25, 2023
1 parent ed08484 commit 930478b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docsite/rst/community/documentation_contributions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,8 @@ When you submit a documentation pull request, automated tests are run. Those sam
.. code-block:: bash
make clean -C docs/docsite
python tests/sanity.py docs-build
python tests/sanity.py rstcheck
python tests/checkers.py docs-build
python tests/checkers.py rstcheck
It is recommended to run tests on a clean copy of the repository, which is the purpose of the ``make clean`` command.

Expand Down

0 comments on commit 930478b

Please sign in to comment.