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
+3
View File
@@ -7,4 +7,7 @@
# in --editable mode (-e), just "pip install acme[docs]" does not work as
# expected and "pip install -e acme[docs]" must be used instead
# We also pin our dependencies for increased stability.
-c ../tools/requirements.txt
-e acme[docs]