This is an automated email from the ASF dual-hosted git repository.

dnskr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kyuubi.git


The following commit(s) were added to refs/heads/master by this push:
     new c687c9c7e7 [KYUUBI #7212] [DOC] Use unordered list for Appendixes page
c687c9c7e7 is described below

commit c687c9c7e7f46923ef1eaa919cf0b00b1b437e94
Author: dnskr <[email protected]>
AuthorDate: Sun Sep 21 13:55:58 2025 +0200

    [KYUUBI #7212] [DOC] Use unordered list for Appendixes page
    
    ### Why are the changes needed?
    The PR is needed to align `Appendixes` page with [General 
Style](https://kyuubi.readthedocs.io/en/master/contributing/doc/style.html#general-style)
 and make it similar to other pages:
    - Prefer unordered list than ordered.
    
    ### How was this patch tested?
    Built documentation locally and checked a desired style is used.
    
    Before changes:
    <img width="1137" height="631" alt="image" 
src="https://github.com/user-attachments/assets/4bf430b4-acf0-4329-843d-a0df60900d4c";
 />
    
    After changes:
    <img width="1136" height="632" alt="image" 
src="https://github.com/user-attachments/assets/c5549947-09ab-49ec-b728-e14d7e70eb63";
 />
    
    ### Was this patch authored or co-authored using generative AI tooling?
    No
    
    Closes #7212 from dnskr/unordered-terminologies.
    
    Closes #7212
    
    e0f405464 [dnskr] [DOC] Used unordered list for Appendixes page
    
    Authored-by: dnskr <[email protected]>
    Signed-off-by: dnskr <[email protected]>
---
 docs/appendix/index.rst | 2 --
 1 file changed, 2 deletions(-)

diff --git a/docs/appendix/index.rst b/docs/appendix/index.rst
index fdb40cfbd5..ee3eb49c34 100644
--- a/docs/appendix/index.rst
+++ b/docs/appendix/index.rst
@@ -18,7 +18,5 @@ Appendixes
 
 .. toctree::
     :maxdepth: 3
-    :numbered: 4
-
 
     terminology

Reply via email to