From c3a0736210a060735c8cd8296ca4abad59398117 Mon Sep 17 00:00:00 2001 From: Ville Ojamo <14869000+bluikko@users.noreply.github.com> Date: Sun, 18 May 2025 11:28:48 +0700 Subject: [PATCH] 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) --- doc/cephadm/certmgr.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/cephadm/certmgr.rst b/doc/cephadm/certmgr.rst index ca328a15eab12..7d1aca0353c96 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: -- 2.39.5