dnskr opened a new pull request, #7224:
URL: https://github.com/apache/kyuubi/pull/7224
### Why are the changes needed?
The main purpose of the PR is to fix the following `duplicate label usage`
warnings:
```shell
./kyuubi/docs/tools/kyuubi-admin.rst:48: WARNING: duplicate label usage,
other instance in ./kyuubi/docs/tools/index.rst
./kyuubi/docs/tools/kyuubi-ctl.rst:22: WARNING: duplicate label usage, other
instance in ./kyuubi/docs/tools/kyuubi-admin.rst
```
Changes:
- The PR deletes all labels from `./kyuubi/docs/tools/index.rst` and
`./kyuubi/docs/tools/kyuubi-admin.rst`, as they are not used (there are no
references to them).
- The PR also fixes the length of the punctuation used to highlight section
titles.
### How was this patch tested?
Checked that there are no warnings anymore during the documentation build
process and the pages look the same.
```shell
make html
```
### Was this patch authored or co-authored using generative AI tooling?
No
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]