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

quinnj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-julia.git


The following commit(s) were added to refs/heads/main by this push:
     new e6ca237  Hide HTML comment (license) in rendered Documenter page (#549)
e6ca237 is described below

commit e6ca23797474ac2c5c30198663467d881dc21b2f
Author: abhro <[email protected]>
AuthorDate: Fri May 9 16:24:21 2025 -0400

    Hide HTML comment (license) in rendered Documenter page (#549)
---
 docs/src/index.md     | 2 ++
 docs/src/manual.md    | 2 ++
 docs/src/reference.md | 2 ++
 3 files changed, 6 insertions(+)

diff --git a/docs/src/index.md b/docs/src/index.md
index 1d5119c..4f90059 100644
--- a/docs/src/index.md
+++ b/docs/src/index.md
@@ -1,3 +1,4 @@
+```@raw html
 <!---
   Licensed to the Apache Software Foundation (ASF) under one
   or more contributor license agreements.  See the NOTICE file
@@ -16,6 +17,7 @@
   specific language governing permissions and limitations
   under the License.
 -->
+```
 
 # Arrow.jl
 
diff --git a/docs/src/manual.md b/docs/src/manual.md
index a3cbcb0..154a3a3 100644
--- a/docs/src/manual.md
+++ b/docs/src/manual.md
@@ -1,3 +1,4 @@
+```@raw html
 <!---
   Licensed to the Apache Software Foundation (ASF) under one
   or more contributor license agreements.  See the NOTICE file
@@ -16,6 +17,7 @@
   specific language governing permissions and limitations
   under the License.
 -->
+```
 
 # User Manual
 
diff --git a/docs/src/reference.md b/docs/src/reference.md
index cb62746..0409d76 100644
--- a/docs/src/reference.md
+++ b/docs/src/reference.md
@@ -1,3 +1,4 @@
+```@raw html
 <!---
   Licensed to the Apache Software Foundation (ASF) under one
   or more contributor license agreements.  See the NOTICE file
@@ -16,6 +17,7 @@
   specific language governing permissions and limitations
   under the License.
 -->
+```
 
 # API Reference
 

Reply via email to