Skip to content

Commit

Permalink
Merge pull request #4129 from StefanoChiodino/master
Browse files Browse the repository at this point in the history
Document that readthedocs file can now have yaml extension
  • Loading branch information
humitos committed Jun 18, 2018
2 parents bd9cd6a + 94f3698 commit f5e8705
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion docs/conda.rst
Expand Up @@ -15,7 +15,8 @@ Activating Conda
----------------

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

.. code-block:: yaml
Expand Down
4 changes: 3 additions & 1 deletion docs/design/yaml-file.rst
Expand Up @@ -86,8 +86,10 @@ The file format is based on the YAML spec 1.2 [#yaml-spec]_

The file must be on the root directory of the repository, and must be named as:

- ``.readthedocs.yml``
- ``readthedocs.yml``
- ``readthedocs.yaml``
- ``.readthedocs.yml``
- ``.readthedocs.yaml``

Conventions
~~~~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion docs/yaml-config.rst
Expand Up @@ -2,7 +2,7 @@ Read the Docs YAML Config
=========================

Read the Docs now has support for configuring builds with a YAML file.
The file, ``readthedocs.yml`` (or ``.readthedocs.yml``), must be in the root directory of your project.
The file, ``readthedocs.yml``, must be in the root directory of your project.

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

0 comments on commit f5e8705

Please sign in to comment.