Skip to content

Commit 94f3698

Browse files
Simplify how the config file is referred to.
1 parent dac21f8 commit 94f3698

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

docs/conda.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Activating Conda
1515
----------------
1616

1717
Conda Support is the first feature enabled with :doc:`yaml-config`.
18-
You can enable it by creating a `readthedocs.yml`, `readthedocs.yaml`, or `.readthedocs.yml` file in the root of your
18+
You can enable it by creating a `readthedocs.yml` file in the root of your
1919
repository with the contents:
2020

2121
.. code-block:: yaml

docs/design/yaml-file.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ The file must be on the root directory of the repository, and must be named as:
8989
- ``readthedocs.yml``
9090
- ``readthedocs.yaml``
9191
- ``.readthedocs.yml``
92+
- ``.readthedocs.yaml``
9293

9394
Conventions
9495
~~~~~~~~~~~

docs/yaml-config.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Read the Docs YAML Config
22
=========================
33

44
Read the Docs now has support for configuring builds with a YAML file.
5-
The file, ``readthedocs.yml``, ``.readthedocs.yml``, or ``readthedocs.yaml``, must be in the root directory of your project.
5+
The file, ``readthedocs.yml``, must be in the root directory of your project.
66

77
.. warning:: This feature is in a beta state.
88
Please file an `issue`_ if you find anything wrong.

0 commit comments

Comments
 (0)