Ignore spelling warnings in release notes
[docs.git] / docs / conf.py
index 04a06fa203546d8eba99cbde5fe48e23240373b1..bb208bfff63af18e03a3b7596ea0738b811e0d59 100755 (executable)
@@ -75,7 +75,8 @@ linkcheck_timeout = 300
 nitpicky = True
 release = version
 
-spelling_warning=True
+spelling_warning = True
+spelling_exclude_patterns = ['release-notes/release-notes-*']
 
 html_context = {
     'version_status': 'supported',