Change sonar.exclusions to exclude generated docs

Issue-ID: NONRTRIC-812
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
Change-Id: I6a489739136e10a9175e3061b89fb53cb0855bfe
diff --git a/sonar-project.properties b/sonar-project.properties
index 3552f95..f1678b2 100644
--- a/sonar-project.properties
+++ b/sonar-project.properties
@@ -1,5 +1,5 @@
 sonar.build.sourceEncoding=UTF-8
-sonar.exclusions=**/*_test.go,**/gentools/**/*,**/mocks/**/*,**/*.gen.go
+sonar.exclusions=**/*_test.go,**/gentools/**/*,**/mocks/**/*,**/*.gen.go,**/*.html,docs/conf.py
 sonar.sources=collector
 sonar.tests=capifcore
 sonar.test.inclusions=**/*_test.go