Skip to content

Commit c7ab8b7

Browse files
authored
Merge pull request #9162 from readthedocs/fix-docs-links
2 parents 01466de + e59efdd commit c7ab8b7

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/user/config-file/v2.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ Configuration for Sphinx documentation
479479
you can use the ``extra_requirements`` option
480480
(see :ref:`config-file/v2:packages`).
481481
This also allows you to override :ref:`the default pinning done by Read the Docs
482-
if your project was created before October 2020 <builds:external dependencies>`.
482+
if your project was created before October 2020 <build-default-versions:external dependencies>`.
483483

484484
sphinx.builder
485485
``````````````
@@ -537,7 +537,7 @@ Configuration for MkDocs documentation.
537537
you can use the ``extra_requirements`` option
538538
(see :ref:`config-file/v2:packages`).
539539
This also allows you to override :ref:`the default pinning done by Read the Docs
540-
if your project was created before March 2021 <builds:external dependencies>`.
540+
if your project was created before March 2021 <build-default-versions:external dependencies>`.
541541

542542
mkdocs.configuration
543543
````````````````````

docs/user/guides/conda.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Activating Conda
1515

1616
Conda support is available using a :doc:`../config-file/index`, see :ref:`config-file/v2:conda`.
1717

18-
Our :ref:`Docker images <builds:Docker images>` use Miniconda, a minimal conda installer.
18+
Our Docker images use Miniconda, a minimal conda installer.
1919
After specifying your project requirements using a conda ``environment.yml`` file,
2020
Read the Docs will create the environment (using ``conda env create``)
2121
and add the core dependencies needed to build the documentation.
@@ -28,7 +28,7 @@ There are several ways of `exporting a conda environment`_:
2828
- ``conda env export`` will produce a complete list of all the packages installed in the environment
2929
with their exact versions. This is the best option to ensure reproducibility,
3030
but can create problems if done from a different operative system than the target machine,
31-
in our case Ubuntu Linux (check out our :ref:`Docker images <builds:Docker images>` for further information).
31+
in our case Ubuntu Linux.
3232
- ``conda env export --from-history`` will only include packages that were explicitly requested
3333
in the environment, excluding the transitive dependencies. This is the best option to maximize
3434
cross-platform compatibility, however it may include packages that are not needed to build your docs.
@@ -175,7 +175,7 @@ Compiling your project sources
175175

176176
If your project contains extension modules written in a compiled language (C, C++, FORTRAN)
177177
or server-side JavaScript, you might need special tools to build it from source
178-
that are not readily available on our :ref:`Docker images <builds:Docker images>`,
178+
that are not readily available on our Docker images,
179179
such as a suitable compiler, CMake, Node.js, and others.
180180

181181
Luckily, conda is a language-agnostic package manager, and many of these development tools

docs/user/tutorial/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ This has several advantages:
299299
- Some configurations are only available using the config file.
300300

301301
Read the Docs works without this configuration
302-
by :ref:`making some decisions on your behalf <builds:Default versions of dependencies>`.
302+
by :ref:`making some decisions on your behalf <build-default-versions:Default versions of dependencies>`.
303303
For example, what Python version to use, how to install the requirements, and others.
304304

305305
.. tip::

0 commit comments

Comments
 (0)