From dbf02e0662d638047a55b102be480390bd309b66 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer <mschiffer@universe-factory.net> Date: Tue, 2 Jan 2024 19:15:10 +0100 Subject: [PATCH] readthedocs: change file extension to yaml .readthedocs.yaml is how the file is mentioned in the docs. Adjust the name. --- .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 -- GitLab