From be40e377d994caa9ba391f1c1617ac3a754e18e7 Mon Sep 17 00:00:00 2001 From: zoracon Date: Wed, 17 Jan 2024 14:51:37 -0800 Subject: [PATCH] Move YAML file back and amend paths --- certbot/{certbot => }/.readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename certbot/{certbot => }/.readthedocs.yaml (95%) diff --git a/certbot/certbot/.readthedocs.yaml b/certbot/.readthedocs.yaml similarity index 95% rename from certbot/certbot/.readthedocs.yaml rename to certbot/.readthedocs.yaml index 9b38c8969..c1d54d34d 100644 --- a/certbot/certbot/.readthedocs.yaml +++ b/certbot/.readthedocs.yaml @@ -30,4 +30,4 @@ formats: # See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html python: install: - - requirements: tools/requirements.txt \ No newline at end of file + - requirements: ../tools/requirements.txt \ No newline at end of file