Skip to content

Commit 689229b

Browse files
committed
Fix old links to yaml-config
1 parent a00bc1d commit 689229b

File tree

3 files changed

+4
-10
lines changed

3 files changed

+4
-10
lines changed

docs/conda.rst

+1-8
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,7 @@ This work was funded by `Clinical Graphics`_ -- many thanks for their support of
1414
Activating Conda
1515
----------------
1616

17-
Conda Support is the first feature enabled with :doc:`yaml-config`.
18-
You can enable it by creating a `readthedocs.yml` file in the root of your
19-
repository with the contents:
20-
21-
.. code-block:: yaml
22-
23-
conda:
24-
file: environment.yml
17+
Conda support is avalible using a :doc:`config-file/index`.
2518

2619
This Conda environment will also have Sphinx and other build time dependencies installed.
2720
It will use the same order of operations that we support currently:

docs/gsoc.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ This project will include:
7878
Finish YAML config
7979
~~~~~~~~~~~~~~~~~~
8080

81-
Currently we have a basic :doc:`/yaml-config` for Read the Docs.
81+
Currently we have a basic :doc:`configuration file <config-file/v1>` for Read the Docs.
8282
It's still considered beta,
8383
and there are a number of features that it doesn't support.
8484
We need to support everying users can currently do from our website dashboard inside the YAML file,

docs/guides/build-using-too-many-resources.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ there are a couple fixes that you might try.
1010
Reduce formats you're building
1111
------------------------------
1212

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

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

0 commit comments

Comments
 (0)