Skip to content

Commit

Permalink
Updates to pass CI checks
Browse files Browse the repository at this point in the history
  • Loading branch information
grhm committed Nov 12, 2022
1 parent 142e249 commit 968c617
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ New Features

- `#199 <https://github.com/sphinx-contrib/spelling/pull/199>`__
- Add ``spelling:ignore`` role for marking inline text to not be
checked. Allow single instances of mispelt words to be ignored,
checked. Allow single instances of mispelled words to be ignored,
but still flag any other instances as misspellings.

7.6.2
Expand Down
1 change: 1 addition & 0 deletions sphinxcontrib/spelling/role.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ def spelling_word(role, rawtext, text, lineno, inliner,
node = nodes.Text(text)
return [node], []


def spelling_ignore(role, rawtext, text, lineno, inliner,
options={}, content=[]):
"""Let the user indicate that inline text is to not be spellchecked."""
Expand Down

0 comments on commit 968c617

Please sign in to comment.