diff options
author | Jon Dufresne <jon.dufresne@gmail.com> | 2020-10-24 09:32:52 -0700 |
---|---|---|
committer | Jon Dufresne <jon.dufresne@gmail.com> | 2020-10-24 09:35:22 -0700 |
commit | 554bb5e9b988f794c58faaaca1680045f34a1743 (patch) | |
tree | 7eca69f378192c83a66df81966ad3b0abad1e8a3 | |
parent | 3b85187ffa3401e88582073c23188c147857a8a3 (diff) | |
download | sphinx-git-554bb5e9b988f794c58faaaca1680045f34a1743.tar.gz |
Fix docs type: "the builder builders" → "builders"
-rw-r--r-- | doc/glossary.rst | 4 |
1 files 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. |