From 0470c387a99eab366415e8e920d30242d136647c Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Thu, 20 Jun 2024 10:22:17 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Rename=20the=20RTD=20config=20to?= =?UTF-8?q?=20canonical=20filename?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Previously, it was possible to use several different config file name variants. However, there is one canonical name now and the others are being deprecated [[1]]. [1]: https://docs.rtfd.io/en/stable/config-file/index.html --- .readthedocs.yml => .readthedocs.yaml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .readthedocs.yml => .readthedocs.yaml (100%) diff --git a/.readthedocs.yml b/.readthedocs.yaml similarity index 100% rename from .readthedocs.yml rename to .readthedocs.yaml