File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,10 @@ it is still possible to select a build image with support for either version.
17
17
18
18
To select a specific version of Python, other than our default, you can use our
19
19
configuration file to specify a Python version, using the
20
- :ref: ` readthedocs:config-file/v2: python.version ` configuration option.
20
+ `` python.version ` ` configuration option.
21
21
22
22
If your project does require Python version 3.3 or 3.4, you can only select
23
- these versions if you also specify ``stable `` build image for your project's
24
- :ref: `readthedocs:config-file/v2:build.image (legacy) ` configuration option. As we
25
- release new versions of our build image, this ``stable `` image will eventually
23
+ these versions if you also specify ``stable `` build image for your project's ``build.image `` (deprecated) configuration option.
24
+ As we release new versions of our build image, this ``stable `` image will eventually
26
25
lose support for Python 3.3 and 3.4, so it's suggested that your project upgrade
27
26
to a supported version of Python.
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ What you need
21
21
22
22
In order to use Python 3.6, you need to select our ``latest `` build image, and
23
23
you need to select to use Python 3.6. The build image is controlled with the
24
- :ref: ` readthedocs:config-file/v2: build.image (legacy) ` setting in the YAML config, and you can
25
- set the Python version with the :ref: ` readthedocs:config-file/v2: python.version `
24
+ `` build.image `` (deprecated) setting in the YAML config, and you can
25
+ set the Python version with the `` python.version ` `
26
26
setting.
27
27
28
28
Your project's ``readthedocs.yml `` file should contain::
You can’t perform that action at this time.
0 commit comments