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

yao 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 a3ccc4bc02 [KYUUBI #6977] [DOC] Remove empty note block
a3ccc4bc02 is described below

commit a3ccc4bc02b74e8b1e68287738edb0073fe5a1ea
Author: dnskr <[email protected]>
AuthorDate: Wed Mar 12 10:54:45 2025 +0800

    [KYUUBI #6977] [DOC] Remove empty note block
    
    ### Why are the changes needed?
    
    The change fixes minor issue that resolves the following error:
    ```shell
    ../kyuubi/docs/contributing/doc/get_started.rst:78: ERROR: Content block 
expected for the "note" directive; none found. [docutils]
    ```
    
    ### How was this patch tested?
    
    Built documentation locally and checked there are no difference and error 
message.
    
    Before changes:
    <img width="1214" alt="image" 
src="https://github.com/user-attachments/assets/f53398d8-b04a-4367-8040-3e6573cc54f2";
 />
    
    After changes:
    <img width="1197" alt="image" 
src="https://github.com/user-attachments/assets/3b08e1ee-11c2-4386-b178-35e33d6a56dc";
 />
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No
    
    Closes #6977 from dnskr/remove-empty-note-block.
    
    Closes #6977
    
    942a2687e [dnskr] [DOC] Remove empty note block
    
    Authored-by: dnskr <[email protected]>
    Signed-off-by: Kent Yao <[email protected]>
---
 docs/contributing/doc/get_started.rst | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/docs/contributing/doc/get_started.rst 
b/docs/contributing/doc/get_started.rst
index 74d8e5f667..1d9fe05303 100644
--- a/docs/contributing/doc/get_started.rst
+++ b/docs/contributing/doc/get_started.rst
@@ -75,9 +75,6 @@ Editing And Testing
 Make the necessary changes to the documentation files using a text editor.
 `Build and verify`_ the changes you have made to see if they look fine.
 
-.. note::
-   :class: dropdown, toggle
-
 Create A Pull Request
 ~~~~~~~~~~~~~~~~~~~~~
 

Reply via email to