Fix docs type: "the builder builders" → "builders"

This commit is contained in:
Jon Dufresne
2020-10-24 09:32:52 -07:00
parent 3b85187ffa
commit 554bb5e9b9

View File

@@ -9,8 +9,8 @@ Glossary
A class (inheriting from :class:`~sphinx.builders.Builder`) that takes A class (inheriting from :class:`~sphinx.builders.Builder`) that takes
parsed documents and performs an action on them. Normally, builders parsed documents and performs an action on them. Normally, builders
translate the documents to an output format, but it is also possible to 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 use builders that e.g. check for broken links in the documentation, or
documentation, or build coverage information. build coverage information.
See :doc:`/usage/builders/index` for an overview over Sphinx's built-in See :doc:`/usage/builders/index` for an overview over Sphinx's built-in
builders. builders.