mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 03:41:53 +02:00
Fix docs warnings
This commit is contained in:
@@ -77,7 +77,7 @@ In order to generate the sphinx documentation, run the following commands.
|
||||
```
|
||||
./venv/bin/python setup.py docs
|
||||
cd docs
|
||||
make html SPHINXBUILD='../venv/bin/python ../venv/bin/sphinx-build'
|
||||
make clean html SPHINXBUILD=../venv/bin/sphinx-build
|
||||
```
|
||||
|
||||
This should generate documentation in the /lets-encrypt-preview/docs/_build/html
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
:mod:`letsencrypt.client.auth_handler`
|
||||
--------------------------------
|
||||
--------------------------------------
|
||||
|
||||
.. automodule:: letsencrypt.client.auth_handler
|
||||
:members:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
:mod:`letsencrypt.client.client_authenticator`
|
||||
--------------------------------
|
||||
----------------------------------------------
|
||||
|
||||
.. automodule:: letsencrypt.client.client_authenticator
|
||||
:members:
|
||||
|
||||
@@ -532,7 +532,7 @@ class ApacheConfigurator(augeas_configurator.AugeasConfigurator):
|
||||
|
||||
:param str domain: domain to enhance
|
||||
:param str enhancement: enhancement type defined in
|
||||
:class:`letsencrypt.client.CONFIG.ENHANCEMENTS
|
||||
:class:`letsencrypt.client.CONFIG.ENHANCEMENTS`
|
||||
:param options: options for the enhancement
|
||||
:type options: See :class:`letsencrypt.client.CONFIG.ENHANCEMENTS`
|
||||
documentation for appropriate parameter.
|
||||
|
||||
Reference in New Issue
Block a user