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

github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 7ddf201  publish documentation
7ddf201 is described below

commit 7ddf201108e5cbf339cf57e8f2fb026d775417be
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Apr 14 13:45:21 2023 +0000

    publish documentation
---
 main/.buildinfo            | 2 +-
 main/_static/copybutton.js | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/main/.buildinfo b/main/.buildinfo
index 329a044..9c94695 100644
--- a/main/.buildinfo
+++ b/main/.buildinfo
@@ -1,4 +1,4 @@
 # Sphinx build info version 1
 # This file hashes the configuration used when building these files. When it 
is not found, a full rebuild will be done.
-config: 971dc71c0ce8fa982d262ab4a6591134
+config: cac249e2322659dd61c2fdaf9aa5a924
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/main/_static/copybutton.js b/main/_static/copybutton.js
index 02c5c82..2ea7ff3 100644
--- a/main/_static/copybutton.js
+++ b/main/_static/copybutton.js
@@ -20,7 +20,7 @@ const messages = {
   },
   'fr' : {
     'copy': 'Copier',
-    'copy_to_clipboard': 'Copié dans le presse-papier',
+    'copy_to_clipboard': 'Copier dans le presse-papier',
     'copy_success': 'Copié !',
     'copy_failure': 'Échec de la copie',
   },
@@ -224,7 +224,7 @@ var copyTargetText = (trigger) => {
   var target = 
document.querySelector(trigger.attributes['data-clipboard-target'].value);
 
   // get filtered text
-  let exclude = '.linenos, .gp';
+  let exclude = '.linenos';
 
   let text = filterText(target, exclude);
   return formatCopyText(text, '', false, true, true, true, '', '')

Reply via email to