Skip to content

Commit

Permalink
Fix old links to yaml-config
Browse files Browse the repository at this point in the history
  • Loading branch information
stsewd committed Aug 6, 2018
1 parent a00bc1d commit 689229b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
9 changes: 1 addition & 8 deletions docs/conda.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,7 @@ This work was funded by `Clinical Graphics`_ -- many thanks for their support of
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:

.. code-block:: yaml
conda:
file: environment.yml
Conda support is avalible using a :doc:`config-file/index`.

This Conda environment will also have Sphinx and other build time dependencies installed.
It will use the same order of operations that we support currently:
Expand Down
2 changes: 1 addition & 1 deletion docs/gsoc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ This project will include:
Finish YAML config
~~~~~~~~~~~~~~~~~~

Currently we have a basic :doc:`/yaml-config` for Read the Docs.
Currently we have a basic :doc:`configuration file <config-file/v1>` for Read the Docs.
It's still considered beta,
and there are a number of features that it doesn't support.
We need to support everying users can currently do from our website dashboard inside the YAML file,
Expand Down
3 changes: 2 additions & 1 deletion docs/guides/build-using-too-many-resources.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ there are a couple fixes that you might try.
Reduce formats you're building
------------------------------

You can change the formats of docs that you're building with our YAML file's :ref:`yaml-config:Formats` option.
You can change the formats of docs that you're building with our :doc:`/config-file/index`
(search for the `formats` option).

In particular, the `htmlzip` takes up a decent amount of memory and time,
so disabling that format might solve your problem.
Expand Down

0 comments on commit 689229b

Please sign in to comment.