RTD: install local deps for subpkgs (fixes #1086).

This commit is contained in:
Jakub Warmuz 2015-10-23 19:01:06 +00:00
parent b11d799364
commit 5deba95423
No known key found for this signature in database
GPG key ID: 2A7BAD3A489B52EA
4 changed files with 7 additions and 0 deletions

View file

@ -7,4 +7,6 @@
# in --editable mode (-e), just "pip install .[docs]" does not work as
# expected and "pip install -e .[docs]" must be used instead
-e acme
-e .
-e letsencrypt-apache[docs]

View file

@ -7,4 +7,6 @@
# in --editable mode (-e), just "pip install .[docs]" does not work as
# expected and "pip install -e .[docs]" must be used instead
-e acme
-e .
-e letsencrypt-compatibility-test[docs]

View file

@ -7,4 +7,6 @@
# in --editable mode (-e), just "pip install .[docs]" does not work as
# expected and "pip install -e .[docs]" must be used instead
-e acme
-e .
-e letsencrypt-nginx[docs]

View file

@ -7,4 +7,5 @@
# in --editable mode (-e), just "pip install .[docs]" does not work as
# expected and "pip install -e .[docs]" must be used instead
-e acme
-e .[docs]