]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
doc: Fix unterminated inline literal in ceph-conf.rst 64169/head
authorKefu Chai <tchaikov@gmail.com>
Wed, 25 Jun 2025 03:34:50 +0000 (11:34 +0800)
committerZac Dover <zac.dover@proton.me>
Wed, 25 Jun 2025 08:41:47 +0000 (18:41 +1000)
commitf4f1226270d87e0545bd038c0719961a93adc136
tree2f584f37806fe41e93886a7b2c58e6c7ec17fe41
parent13b1d2820ea2dfddc6637ffd0b0b107b99769421
doc: Fix unterminated inline literal in ceph-conf.rst

Add missing space after closing backticks to properly terminate inline literal.

Sphinx was generating a warning due to an unterminated inline literal
string:

```
/home/kefu/dev/ceph/doc/rados/configuration/ceph-conf.rst:320: WARNING: Inline literal start-string without end-string.
```

This fix ensures the inline literal is properly closed and eliminates the
build warning.

Signed-off-by: Kefu Chai <tchaikov@gmail.com>
(cherry picked from commit 7f79f3d6aa7f71c9b2434b843036a3f1da660231)
doc/rados/configuration/ceph-conf.rst