From: Ville Ojamo <14869000+bluikko@users.noreply.github.com> Date: Sun, 18 May 2025 04:28:48 +0000 (+0700) Subject: doc/cephadm: Fix automodule generation in certmgr.rst X-Git-Tag: testing/wip-khiremat-testing-20250628.025302-tentacle-debug~27^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=c3a0736210a060735c8cd8296ca4abad59398117;p=ceph-ci.git 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 <14869000+bluikko@users.noreply.github.com> (cherry picked from commit f36746c2a472ef6876279a4d0d13b449327b95a1) --- diff --git a/doc/cephadm/certmgr.rst b/doc/cephadm/certmgr.rst index ca328a15eab..7d1aca0353c 100644 --- a/doc/cephadm/certmgr.rst +++ b/doc/cephadm/certmgr.rst @@ -90,7 +90,7 @@ Known Certificates and Keys The `CertMgr` class maintains a list of known certificates and keys. These are automatically documented below: -.. automodule:: mgr.cephadm.certmgr +.. automodule:: mgr.cephadm.cert_mgr :members: known_certs, known_keys :undoc-members: :show-inheritance: