Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: domain and role #184

Merged
merged 5 commits into from Jun 25, 2022
Merged

Conversation

dhellmann
Copy link
Member

No description provided.

Wrap the spelling plugin in a sphinx domain. Use `spelling:word-list`
instead of `spelling`.
Extract the logic for managing the per-document temporary word list
from the directive so it can be reused outside of the directive.
Add a role to support identifying inline text as being spelled
correctly.

Fixes sphinx-contrib#9
@mergify mergify bot merged commit 22a7258 into sphinx-contrib:master Jun 25, 2022
@dhellmann
Copy link
Member Author

Released as part of 7.6.0

class LegacySpellingDirective(SpellingDirective):

def run(self):
logger.info('direct use of the spelling directive is deprecated, '
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dhellmann wow! This happened two years ago and I'm only noticing it now!

Time to make this an actual Sphinx warning?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants