File tree 3 files changed +4
-10
lines changed
3 files changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -14,14 +14,7 @@ This work was funded by `Clinical Graphics`_ -- many thanks for their support of
14
14
Activating Conda
15
15
----------------
16
16
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 `.
25
18
26
19
This Conda environment will also have Sphinx and other build time dependencies installed.
27
20
It will use the same order of operations that we support currently:
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ This project will include:
78
78
Finish YAML config
79
79
~~~~~~~~~~~~~~~~~~
80
80
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.
82
82
It's still considered beta,
83
83
and there are a number of features that it doesn't support.
84
84
We need to support everying users can currently do from our website dashboard inside the YAML file,
Original file line number Diff line number Diff line change @@ -10,7 +10,8 @@ there are a couple fixes that you might try.
10
10
Reduce formats you're building
11
11
------------------------------
12
12
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).
14
15
15
16
In particular, the `htmlzip ` takes up a decent amount of memory and time,
16
17
so disabling that format might solve your problem.
You can’t perform that action at this time.
0 commit comments