Skip to content

Commit

Permalink
Merge pull request #1095 from kuba/bugs/1086
Browse files Browse the repository at this point in the history
RTD: install local deps for subpkgs (fixes #1086).
  • Loading branch information
bmw committed Oct 23, 2015
2 parents b11d799 + 5deba95 commit bfda8af
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions letsencrypt-apache/readthedocs.org.requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Original file line number Diff line number Diff line change
Expand Up @@ -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]
2 changes: 2 additions & 0 deletions letsencrypt-nginx/readthedocs.org.requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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]
1 change: 1 addition & 0 deletions readthedocs.org.requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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]

0 comments on commit bfda8af

Please sign in to comment.