Skip to content

Commit 470ad19

Browse files
authored
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
1 parent d927780 commit 470ad19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/templates/builds/build_detail.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165
<p>
166166
{% blocktrans trimmed with config_file_link="https://docs.readthedocs.io/page/config-file/v2.html" %}
167167
<strong>Configure your documentation builds!</strong>
168-
Adding a <a href="{{ config_file_link }}">.readthedocs.yml</a> file to your project
168+
Adding a <a href="{{ config_file_link }}">.readthedocs.yaml</a> file to your project
169169
is the recommended way to configure your documentation builds.
170170
You can declare dependencies, set up submodules, and many other great features.
171171
{% endblocktrans %}

0 commit comments

Comments
 (0)