From 470ad19a944e1cf4ba6e15cf1fd03fc810ed39b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Luis=20Cano=20Rodr=C3=ADguez?= Date: Tue, 17 Aug 2021 09:30:39 +0200 Subject: [PATCH] Fix YAML extension "The recommended extension for files containing YAML documents is .yaml ( http://yaml.org/faq.html ) and this has been the case since at least Sep 2006 ( https://web.archive.org/web/20060924190202/http://yaml.org/faq.html )." See #7460 --- readthedocs/templates/builds/build_detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readthedocs/templates/builds/build_detail.html b/readthedocs/templates/builds/build_detail.html index 6ce1c0dfe7a..793f52b4b46 100644 --- a/readthedocs/templates/builds/build_detail.html +++ b/readthedocs/templates/builds/build_detail.html @@ -165,7 +165,7 @@

{% blocktrans trimmed with config_file_link="https://docs.readthedocs.io/page/config-file/v2.html" %} Configure your documentation builds! - Adding a .readthedocs.yml file to your project + Adding a .readthedocs.yaml file to your project is the recommended way to configure your documentation builds. You can declare dependencies, set up submodules, and many other great features. {% endblocktrans %}