diff --git a/docs/contributing.rst b/docs/contributing.rst index a32bc0e63..9dfc35882 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -324,9 +324,8 @@ Now run tests inside the Docker image: tox -e py27 - -Notes on OS depedencies -======================= +Notes on OS dependencies +======================== OS level dependencies are managed by scripts in ``bootstrap``. Some notes are provided here mainly for the :ref:`developers ` reference. diff --git a/letsencrypt-apache/readthedocs.org.requirements.txt b/letsencrypt-apache/readthedocs.org.requirements.txt index 9e782a01e..7855b5ce2 100644 --- a/letsencrypt-apache/readthedocs.org.requirements.txt +++ b/letsencrypt-apache/readthedocs.org.requirements.txt @@ -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] diff --git a/letsencrypt-compatibility-test/readthedocs.org.requirements.txt b/letsencrypt-compatibility-test/readthedocs.org.requirements.txt index 86d680426..957a8a157 100644 --- a/letsencrypt-compatibility-test/readthedocs.org.requirements.txt +++ b/letsencrypt-compatibility-test/readthedocs.org.requirements.txt @@ -7,4 +7,7 @@ # 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 -e letsencrypt-compatibility-test[docs] diff --git a/letsencrypt-compatibility-test/setup.py b/letsencrypt-compatibility-test/setup.py index 3bd8f274e..1608769e2 100644 --- a/letsencrypt-compatibility-test/setup.py +++ b/letsencrypt-compatibility-test/setup.py @@ -9,7 +9,6 @@ version = '0.1.0.dev0' install_requires = [ 'letsencrypt=={0}'.format(version), 'letsencrypt-apache=={0}'.format(version), - 'letsencrypt-nginx=={0}'.format(version), 'docker-py', 'zope.interface', ] diff --git a/letsencrypt-nginx/readthedocs.org.requirements.txt b/letsencrypt-nginx/readthedocs.org.requirements.txt index 9a36ed259..3b55df408 100644 --- a/letsencrypt-nginx/readthedocs.org.requirements.txt +++ b/letsencrypt-nginx/readthedocs.org.requirements.txt @@ -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] diff --git a/readthedocs.org.requirements.txt b/readthedocs.org.requirements.txt index 27cccb0a6..94a81e788 100644 --- a/readthedocs.org.requirements.txt +++ b/readthedocs.org.requirements.txt @@ -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]