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

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


The following commit(s) were added to refs/heads/main by this push:
     new bc3628280e GH-44773: [Dev][Doc] Remove obsolete Read the docs 
configuration (#44774)
bc3628280e is described below

commit bc3628280e1abbc130948acda42a009e139e97fb
Author: Raúl Cumplido <[email protected]>
AuthorDate: Tue Nov 19 00:57:43 2024 +0100

    GH-44773: [Dev][Doc] Remove obsolete Read the docs configuration (#44774)
    
    ### Rationale for this change
    
    Obsolete configuration from old Documentation on Read the docs.
    
    ### What changes are included in this PR?
    
    Removing the configuration file.
    
    ### Are these changes tested?
    
    No
    
    ### Are there any user-facing changes?
    
    No
    * GitHub Issue: #44773
    
    Authored-by: Raúl Cumplido <[email protected]>
    Signed-off-by: Sutou Kouhei <[email protected]>
---
 .github/CODEOWNERS |  1 -
 .readthedocs.yml   | 19 -------------------
 2 files changed, 20 deletions(-)

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 793dbb3806..e72d5b4321 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -46,7 +46,6 @@
 
 # Docs
 # /docs/
-# .readthedocs.yml
 # *.md
 # *.rmd
 # *.rst
diff --git a/.readthedocs.yml b/.readthedocs.yml
deleted file mode 100644
index 11a7d70c25..0000000000
--- a/.readthedocs.yml
+++ /dev/null
@@ -1,19 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-
-conda:
-    file: python/doc/environment.yml

Reply via email to