mirror of https://github.com/ansible/ansible.git
[stable-2.9] Fix display of sanity test doc links.
The documentation links are now displayed when running from an install.
Previously the links were only displayed when running from source.
This was due to ansible-test checking for the presence of documentation files locally, which are only present when running from source.
The check is no longer necessary since there is a sanity test in place to enforce the presence of documentation for all sanity tests.
(cherry picked from commit 32d965e
)
Co-authored-by: Matt Clay <matt@mystile.com>
pull/62378/head
parent
34a48dc2ca
commit
7f2ba1aaf8
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- ansible-test now shows sanity test doc links when installed (previously the links were only visible when running from source)
|
Loading…
Reference in New Issue