From 554bb5e9b988f794c58faaaca1680045f34a1743 Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Sat, 24 Oct 2020 09:32:52 -0700 Subject: [PATCH] =?UTF-8?q?Fix=20docs=20type:=20"the=20builder=20builders"?= =?UTF-8?q?=20=E2=86=92=20"builders"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/glossary.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/glossary.rst b/doc/glossary.rst index d3367e5df..87b7014b6 100644 --- a/doc/glossary.rst +++ b/doc/glossary.rst @@ -9,8 +9,8 @@ Glossary A class (inheriting from :class:`~sphinx.builders.Builder`) that takes parsed documents and performs an action on them. Normally, builders translate the documents to an output format, but it is also possible to - use the builder builders that e.g. check for broken links in the - documentation, or build coverage information. + use builders that e.g. check for broken links in the documentation, or + build coverage information. See :doc:`/usage/builders/index` for an overview over Sphinx's built-in builders.