Skip to content

Commit c3a0736

Browse files
bluikkozdover23
authored andcommitted
doc/cephadm: Fix automodule generation in certmgr.rst
Wrong path was passed to automodule and no documentation was generated. Use the right file name. Signed-off-by: Ville Ojamo <[email protected]> (cherry picked from commit f36746c)
1 parent cd6c234 commit c3a0736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/cephadm/certmgr.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Known Certificates and Keys
9090
The `CertMgr` class maintains a list of known certificates and keys. These are
9191
automatically documented below:
9292

93-
.. automodule:: mgr.cephadm.certmgr
93+
.. automodule:: mgr.cephadm.cert_mgr
9494
:members: known_certs, known_keys
9595
:undoc-members:
9696
:show-inheritance:

0 commit comments

Comments
 (0)