From a3ccc4bc02b74e8b1e68287738edb0073fe5a1ea Mon Sep 17 00:00:00 2001 From: dnskr Date: Wed, 12 Mar 2025 10:54:45 +0800 Subject: [PATCH] [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: image After changes: image ### 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 Signed-off-by: Kent Yao --- 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 74d8e5f66..1d9fe0530 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 ~~~~~~~~~~~~~~~~~~~~~