]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
doc: Fix unterminated inline literal in ceph-conf.rst
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:57 +0000 (18:41 +1000)
commit64c1d3efaa99baeb067d1f3629b76ebea2214c7f
tree9d24b466229e8b7193816c11a97871855680d9d5
parent8e6bf8180d8938b0b5f9f932c4245839b863656b
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