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

jiayu pushed a commit to branch branch-1.6.1
in repository https://gitbox.apache.org/repos/asf/sedona.git

commit e7fdcc4c58e171aa9947159da1297c9ab37d460c
Author: Paul Wu <[email protected]>
AuthorDate: Mon Sep 23 10:03:21 2024 -0700

    [DOCS] Update mkdocs.yml with code copying feature for website (#1599)
    
    Ddd the following line in features to enable code copying feature:
    
    - content.code.copy
---
 mkdocs.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/mkdocs.yml b/mkdocs.yml
index c1f474014b..4d4bc752f1 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -149,6 +149,7 @@ theme:
     - search.highlight
     - search.share
     - navigation.footer
+    - content.code.copy
 extra:
   version:
     provider: mike

Reply via email to