]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mgr/dashboard: Fix inline markup warning in API documentation
authorKefu Chai <tchaikov@gmail.com>
Wed, 25 Jun 2025 04:14:36 +0000 (12:14 +0800)
committerZac Dover <zac.dover@proton.me>
Mon, 30 Jun 2025 12:51:19 +0000 (22:51 +1000)
commit76545fa794915a320d07bbd11bdb3b8f8579d306
tree682a827384f2def27dfaf1155ac0a67af1f4a83b
parent15519f0ff03831c94b085a5e9289a68ef5925582
mgr/dashboard: Fix inline markup warning in API documentation

Remove trailing space from summary field that was causing Sphinx build
warning.

Sphinx was generating a warning due to malformed inline markup:

```
/home/kefu/dev/ceph/doc/mgr/ceph_api/index.rst:3349: WARNING: Inline strong start-string without end-string.`
```

The openapi directive appears to convert trailing spaces into asterisk
markers, creating unterminated strong markup. This change removes the
trailing space to eliminate the warning and maintain consistency with
other entries in the file.

Signed-off-by: Kefu Chai <tchaikov@gmail.com>
(cherry picked from commit 5f1dc9af57b0398c33226410f801d16feed823f2)
src/pybind/mgr/dashboard/controllers/nfs.py
src/pybind/mgr/dashboard/openapi.yaml