diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-18 05:17:02 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-18 05:17:02 +0000 |
commit | 514d068b7f78ac67e4dc5ba4fdef73f1f8853558 (patch) | |
tree | 9e5015ff35b09b0b55397d1819bc6d09e7890d42 /.readthedocs.yml | |
parent | Adding debian version 4.1.12-1. (diff) | |
download | python-ansible-compat-514d068b7f78ac67e4dc5ba4fdef73f1f8853558.tar.xz python-ansible-compat-514d068b7f78ac67e4dc5ba4fdef73f1f8853558.zip |
Merging upstream version 24.5.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.readthedocs.yml')
-rw-r--r-- | .readthedocs.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.readthedocs.yml b/.readthedocs.yml index a36c386..66a051a 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -36,7 +36,7 @@ python: version: "3.9" install: # On https://readthedocs.org/dashboard/ansible-lint/environmentvariables/ we - # do have PIP_CONSTRAINTS=requirements.txt which ensures we install only + # do have PIP_CONSTRAINTS=.config/constraints.txt which ensures we install only # pinned requirements that that we know to be working. - method: pip path: . |