Pin readthedocs deps (#9083)

* pin readthedocs deps

* fix reqs path
This commit is contained in:
Brad Warren
2021-11-04 20:35:44 +11:00
committed by GitHub
parent 8f8dd2824e
commit 81d5d2b421
16 changed files with 48 additions and 0 deletions
@@ -7,6 +7,9 @@
# in --editable mode (-e), just "pip install certbot-dns-dnsmadeeasy[docs]" does not work as
# expected and "pip install -e certbot-dns-dnsmadeeasy[docs]" must be used instead
# We also pin our dependencies for increased stability.
-c ../tools/requirements.txt
-e acme
-e certbot
-e certbot-dns-dnsmadeeasy[docs]