We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2055233 commit c049e64Copy full SHA for c049e64
docs/conf.py
@@ -67,5 +67,7 @@
67
# Boolean controlling whether suggestions for misspelled words are printed.
68
# Defaults to False.
69
spelling_show_suggestions = True
70
+
71
+spelling_filters = ["enchant.tokenize.MentionFilter"]
72
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
73
html_static_path = ["_static"]
0 commit comments