Hello,
This extension has been incredibly helpful and caught many typos for us! It appears that a debugging print statement has been leftover that is causing excessive printing. This is an issue for e.g. gitlab CI where it saturates the console log. To that point I'd request a way to disable this e.g. by wrapping it in a verbosity setting, since I really don't need to know that the directive is working as expected.
Thanks,
Tom
|
print(env.docname, good_words) |
Hello,
This extension has been incredibly helpful and caught many typos for us! It appears that a debugging print statement has been leftover that is causing excessive printing. This is an issue for e.g. gitlab CI where it saturates the console log. To that point I'd request a way to disable this e.g. by wrapping it in a
verbositysetting, since I really don't need to know that the directive is working as expected.Thanks,
Tom
spelling/sphinxcontrib/spelling/directive.py
Line 21 in 7ca2924