From 7522845dfe8851b7b4f3e9924810b9ccf282bb6e Mon Sep 17 00:00:00 2001 From: Brett Holman Date: Wed, 2 Feb 2022 14:21:00 -0700 Subject: spell check docs with spellintian (#1223) Fix spelling errors - Add Makefile target that checks for spelling errors - Add Makefile target that fixes spelling errors - Add spelling check to travis doc tests - Fix various spelling errors in the docs --- doc/rtd/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/rtd/conf.py') diff --git a/doc/rtd/conf.py b/doc/rtd/conf.py index d2cb6ae1..9976afa4 100644 --- a/doc/rtd/conf.py +++ b/doc/rtd/conf.py @@ -12,7 +12,7 @@ sys.path.insert(0, os.path.abspath("./")) sys.path.insert(0, os.path.abspath(".")) -# Supress warnings for docs that aren't used yet +# Suppress warnings for docs that aren't used yet # unused_docs = [ # ] -- cgit v1.2.3