Use "builtin" for extensions label as it is done for themes

This commit is contained in:
Juan Luis Cano Rodríguez
2021-07-05 09:30:30 +02:00
parent f303a4a9ed
commit 6f9bc6e7e5
2 changed files with 3 additions and 3 deletions

View File

@@ -250,7 +250,7 @@ Enabling a built-in extension
In addition to these configuration values, you can customize Sphinx even more
by using :doc:`extensions </usage/extensions/index>`. Sphinx ships several
:ref:`built-in ones <built-in-extensions>`, and there are many more
:ref:`builtin ones <builtin-extensions>`, and there are many more
:ref:`maintained by the community <third-party-extensions>`.
For example, to enable the :mod:`sphinx.ext.duration` extension,
@@ -283,7 +283,7 @@ Using a third-party HTML theme
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Themes, on the other hand, are a way to customize the appearance of your
documentation. Sphinx has several :ref:`built-in themes <builtin-themes>`, and
documentation. Sphinx has several :ref:`builtin themes <builtin-themes>`, and
there are also `third-party ones <https://sphinx-themes.org/>`_.
For example, to use the `Furo <https://pradyunsg.me/furo/>`_ third-party theme

View File

@@ -10,7 +10,7 @@ This chapter describes the extensions bundled with Sphinx. For the API
documentation on writing your own extension, refer to :ref:`dev-extensions`.
.. _built-in-extensions:
.. _builtin-extensions:
Built-in extensions
-------------------