]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: Fix inline markup warning in API documentation 64269/head
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:54:04 +0000 (22:54 +1000)
commit5dfb392fe0ebeb234f99e96b5f1639767b06d447
treebe45aec4d5519fefa5473badeb0fce2e81a3b526
parent528c91987dc14374ceae09aafa2c89f13ab41878
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