From 8a7c6340e89db5afa6ac3b6fd1d8176d10093dad Mon Sep 17 00:00:00 2001 From: Jakub Warmuz Date: Sun, 25 Jan 2015 11:36:55 +0000 Subject: [PATCH] Link to Read The Docs --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a8d65d30a..85b176b58 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,11 @@ style](#coding-style)**. The following tools are there to help you: ## Documentation -In order to generate the sphinx documentation, run the following commands. +The official documentation is available at +https://letsencrypt.readthedocs.org. + +In order to generate the Sphinx documentation, run the following +commands. ``` ./venv/bin/python setup.py docs @@ -80,7 +84,7 @@ cd docs make clean html SPHINXBUILD=../venv/bin/sphinx-build ``` -This should generate documentation in the /lets-encrypt-preview/docs/_build/html +This should generate documentation in the `docs/_build/html` directory. ### Coding style