mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 19:42:02 +02:00
Fix various doc generation issues
This commit is contained in:
@@ -542,7 +542,7 @@ class DNS(DVChallenge):
|
|||||||
def check_validation(self, validation, account_public_key):
|
def check_validation(self, validation, account_public_key):
|
||||||
"""Check validation.
|
"""Check validation.
|
||||||
|
|
||||||
:param validation
|
:param JWS validation:
|
||||||
:type account_public_key:
|
:type account_public_key:
|
||||||
`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKey`
|
`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKey`
|
||||||
or
|
or
|
||||||
|
|||||||
@@ -21,9 +21,3 @@
|
|||||||
|
|
||||||
.. automodule:: letsencrypt.display.enhancements
|
.. automodule:: letsencrypt.display.enhancements
|
||||||
:members:
|
:members:
|
||||||
|
|
||||||
:mod:`letsencrypt.display.revocation`
|
|
||||||
=====================================
|
|
||||||
|
|
||||||
.. automodule:: letsencrypt.display.revocation
|
|
||||||
:members:
|
|
||||||
|
|||||||
@@ -1,5 +0,0 @@
|
|||||||
:mod:`letsencrypt.recovery_token`
|
|
||||||
--------------------------------------------------
|
|
||||||
|
|
||||||
.. automodule:: letsencrypt.recovery_token
|
|
||||||
:members:
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
:mod:`letsencrypt.revoker`
|
|
||||||
--------------------------
|
|
||||||
|
|
||||||
.. automodule:: letsencrypt.revoker
|
|
||||||
:members:
|
|
||||||
@@ -1162,7 +1162,7 @@ def _get_mod_deps(mod_name):
|
|||||||
changes.
|
changes.
|
||||||
.. warning:: If all deps are not included, it may cause incorrect parsing
|
.. warning:: If all deps are not included, it may cause incorrect parsing
|
||||||
behavior, due to enable_mod's shortcut for updating the parser's
|
behavior, due to enable_mod's shortcut for updating the parser's
|
||||||
currently defined modules (:method:`.ApacheConfigurator._add_parser_mod`)
|
currently defined modules (`.ApacheConfigurator._add_parser_mod`)
|
||||||
This would only present a major problem in extremely atypical
|
This would only present a major problem in extremely atypical
|
||||||
configs that use ifmod for the missing deps.
|
configs that use ifmod for the missing deps.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user