2015-02-24 10:01:09 -05:00
|
|
|
# readthedocs.org gives no way to change the install command to "pip
|
2015-02-24 11:01:13 -05:00
|
|
|
# install -e .[docs]" (that would in turn install documentation
|
2015-02-24 10:01:09 -05:00
|
|
|
# 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
|
2015-02-24 11:01:13 -05:00
|
|
|
# in --editable mode (-e), just "pip install .[docs]" does not work as
|
|
|
|
|
# expected and "pip install -e .[docs]" must be used instead
|
2015-02-24 10:01:09 -05:00
|
|
|
|
2015-10-23 15:01:06 -04:00
|
|
|
-e acme
|
2015-02-24 11:01:13 -05:00
|
|
|
-e .[docs]
|