From 5118a1a3a95689ea081a06d26967abf56034bae2 Mon Sep 17 00:00:00 2001 From: afernand Date: Tue, 1 Oct 2024 11:51:20 +0200 Subject: [PATCH] fix: Ignore warnings from autoapi --- doc/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 3f66987f45..df2f1aa1f4 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -105,7 +105,7 @@ "GL09", # Deprecation warning should precede extended summary "GL10", # reST directives {directives} must be followed by two colons "SS01", # No summary found - "SS02", # Summary does not start with a capital letter + # "SS02", # Summary does not start with a capital letter # "SS03", # Summary does not end with a period "SS04", # Summary contains heading whitespaces # "SS05", # Summary must start with infinitive verb, not third person