1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-26 07:41:33 +03:00

Link to Read The Docs

This commit is contained in:
Jakub Warmuz
2015-01-25 11:36:55 +00:00
parent df62f36c5f
commit 8a7c6340e8

View File

@@ -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