]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: Fix inline markup warning in API documentation 64164/head
authorKefu Chai <tchaikov@gmail.com>
Wed, 25 Jun 2025 04:14:36 +0000 (12:14 +0800)
committerKefu Chai <tchaikov@gmail.com>
Wed, 25 Jun 2025 11:35:42 +0000 (19:35 +0800)
commit5f1dc9af57b0398c33226410f801d16feed823f2
tree8a638a14144eb39049d9a993cd4eb711d99c3a35
parent668dc293ec2f9b1181ba9046feb76584905a61b1
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>
src/pybind/mgr/dashboard/controllers/nfs.py
src/pybind/mgr/dashboard/openapi.yaml