diff options
author | Matt Clay <matt@mystile.com> | 2021-01-28 07:42:59 +0100 |
---|---|---|
committer | Matt Clay <matt@mystile.com> | 2021-01-28 08:52:13 +0100 |
commit | b1344a1847f774eb6b3aa8dcbdb9bcb50d8ac8af (patch) | |
tree | 134e59fa234d946ed7053f975b80d0ce16a25bba /changelogs | |
parent | No longer warn about missing pip/python pair. (diff) | |
download | ansible-b1344a1847f774eb6b3aa8dcbdb9bcb50d8ac8af.tar.xz ansible-b1344a1847f774eb6b3aa8dcbdb9bcb50d8ac8af.zip |
Avoid sphinx usage in changelog sanity test.
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/fragments/ansible-test-changelog-lint-update.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/ansible-test-changelog-lint-update.yml b/changelogs/fragments/ansible-test-changelog-lint-update.yml new file mode 100644 index 0000000000..a35a583350 --- /dev/null +++ b/changelogs/fragments/ansible-test-changelog-lint-update.yml @@ -0,0 +1,2 @@ +bugfixes: + - ansible-test - The ``changelog`` sanity test has been updated to ensure ``rstcheck`` does not load the ``sphinx`` module. |