diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2020-10-25 17:55:07 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-25 17:55:07 +0900 |
commit | e78df3a5fca0623af749a815be2a30725a3a1996 (patch) | |
tree | 7eca69f378192c83a66df81966ad3b0abad1e8a3 | |
parent | 3b85187ffa3401e88582073c23188c147857a8a3 (diff) | |
parent | 554bb5e9b988f794c58faaaca1680045f34a1743 (diff) | |
download | sphinx-git-e78df3a5fca0623af749a815be2a30725a3a1996.tar.gz |
Merge pull request #8335 from jdufresne/typo
Fix docs typo: "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. |