Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Warmuz <jakub@warmuz.org>2015-02-24 19:01:13 +0300
committerJakub Warmuz <jakub@warmuz.org>2015-02-24 19:23:52 +0300
commit4bb9914fa39c2c4475d68d2c6ec66b61b5d222c5 (patch)
tree0f6c26dd9eb69d4e0bba1b286f2a16173092c434 /readthedocs.org.requirements.txt
parentd824002f01f120f7762e6307873976304190e343 (diff)
split dev_extras into dev_extras+docs_extras
Diffstat (limited to 'readthedocs.org.requirements.txt')
-rw-r--r--readthedocs.org.requirements.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/readthedocs.org.requirements.txt b/readthedocs.org.requirements.txt
index 00d1a61ea..27cccb0a6 100644
--- a/readthedocs.org.requirements.txt
+++ b/readthedocs.org.requirements.txt
@@ -1,10 +1,10 @@
# readthedocs.org gives no way to change the install command to "pip
-# install -e .[dev]" (that would in turn install documentation
+# 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 .[dev]" does not work as
-# expected and "pip install -e .[dev]" must be used instead
+# in --editable mode (-e), just "pip install .[docs]" does not work as
+# expected and "pip install -e .[docs]" must be used instead
--e .[dev]
+-e .[docs]