Skip to content

Commit

Permalink
Per subpkg requirements.txt for RTD
Browse files Browse the repository at this point in the history
  • Loading branch information
kuba authored and pde committed Oct 22, 2015
1 parent f922b9b commit fe49889
Show file tree
Hide file tree
Showing 6 changed files with 50 additions and 5 deletions.
10 changes: 10 additions & 0 deletions acme/readthedocs.org.requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# readthedocs.org gives no way to change the install command to "pip
# install -e .[docs]" (that would in turn install documentation
# dependencies), but it allows to specify a requirements.txt file at
# https://readthedocs.org/dashboard/letsencrypt/advanced/ (c.f. #259)

# Although ReadTheDocs certainly doesn't need to install the project
# in --editable mode (-e), just "pip install .[docs]" does not work as
# expected and "pip install -e .[docs]" must be used instead

-e acme[docs]
10 changes: 10 additions & 0 deletions letsencrypt-apache/readthedocs.org.requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# readthedocs.org gives no way to change the install command to "pip
# install -e .[docs]" (that would in turn install documentation
# dependencies), but it allows to specify a requirements.txt file at
# https://readthedocs.org/dashboard/letsencrypt/advanced/ (c.f. #259)

# Although ReadTheDocs certainly doesn't need to install the project
# in --editable mode (-e), just "pip install .[docs]" does not work as
# expected and "pip install -e .[docs]" must be used instead

-e letsencrypt-apache[docs]
10 changes: 10 additions & 0 deletions letsencrypt-compatibility-test/readthedocs.org.requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# readthedocs.org gives no way to change the install command to "pip
# install -e .[docs]" (that would in turn install documentation
# dependencies), but it allows to specify a requirements.txt file at
# https://readthedocs.org/dashboard/letsencrypt/advanced/ (c.f. #259)

# Although ReadTheDocs certainly doesn't need to install the project
# in --editable mode (-e), just "pip install .[docs]" does not work as
# expected and "pip install -e .[docs]" must be used instead

-e letsencrypt-compatibility-test[docs]
10 changes: 10 additions & 0 deletions letsencrypt-nginx/readthedocs.org.requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# readthedocs.org gives no way to change the install command to "pip
# install -e .[docs]" (that would in turn install documentation
# dependencies), but it allows to specify a requirements.txt file at
# https://readthedocs.org/dashboard/letsencrypt/advanced/ (c.f. #259)

# Although ReadTheDocs certainly doesn't need to install the project
# in --editable mode (-e), just "pip install .[docs]" does not work as
# expected and "pip install -e .[docs]" must be used instead

-e letsencrypt-nginx[docs]
10 changes: 10 additions & 0 deletions letshelp-letsencrypt/readthedocs.org.requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# readthedocs.org gives no way to change the install command to "pip
# install -e .[docs]" (that would in turn install documentation
# dependencies), but it allows to specify a requirements.txt file at
# https://readthedocs.org/dashboard/letsencrypt/advanced/ (c.f. #259)

# Although ReadTheDocs certainly doesn't need to install the project
# in --editable mode (-e), just "pip install .[docs]" does not work as
# expected and "pip install -e .[docs]" must be used instead

-e letshelp-letsencrypt[docs]
5 changes: 0 additions & 5 deletions readthedocs.org.requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,4 @@
# 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]
-e letsencrypt-apache
-e letsencrypt-nginx
-e letsencrypt-compatibility-test
-e letshelp-letsencrypt

0 comments on commit fe49889

Please sign in to comment.