From 872d3bd14ca4d52ad614b534f5f2d7a3c671d3ab Mon Sep 17 00:00:00 2001 From: Ville Ojamo <14869000+bluikko@users.noreply.github.com> Date: Wed, 29 Jul 2026 16:40:54 +0700 Subject: [PATCH] doc/cephadm: enable substitutions on CLI command example Substitutions were not enabled on a prompt directive that tried to use the stable-release substitution so the substitution string was rendered verbatim. Signed-off-by: Ville Ojamo --- doc/cephadm/install.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/cephadm/install.rst b/doc/cephadm/install.rst index 971994e79e7b..bd422bb96929 100644 --- a/doc/cephadm/install.rst +++ b/doc/cephadm/install.rst @@ -149,6 +149,7 @@ packages that provide the ``cephadm`` command, run the following commands: #. Add the repository: .. prompt:: bash # + :substitutions: ./cephadm add-repo --release |stable-release| -- 2.47.3