Skip to content

Commit 96f5251

Browse files
authored
Remove old links (#245)
Instead of replacing the old links with new ones, I'm just removing them. Since these entries are old.
1 parent decd89d commit 96f5251

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

default-python-3.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,10 @@ it is still possible to select a build image with support for either version.
1717

1818
To select a specific version of Python, other than our default, you can use our
1919
configuration file to specify a Python version, using the
20-
:ref:`readthedocs:config-file/v2:python.version` configuration option.
20+
``python.version`` configuration option.
2121

2222
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
2625
lose support for Python 3.3 and 3.4, so it's suggested that your project upgrade
2726
to a supported version of Python.

python-36-support.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ What you need
2121

2222
In order to use Python 3.6, you need to select our ``latest`` build image, and
2323
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``
2626
setting.
2727

2828
Your project's ``readthedocs.yml`` file should contain::

0 commit comments

Comments
 (0)