mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 00:22:04 +02:00
@@ -72,7 +72,11 @@ style](#coding-style)**. The following tools are there to help you:
|
|||||||
|
|
||||||
## Documentation
|
## 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
|
./venv/bin/python setup.py docs
|
||||||
@@ -80,7 +84,7 @@ cd docs
|
|||||||
make clean html SPHINXBUILD=../venv/bin/sphinx-build
|
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.
|
directory.
|
||||||
|
|
||||||
### Coding style
|
### Coding style
|
||||||
|
|||||||
Reference in New Issue
Block a user