Add more context for onos builds

Change-Id: I541d09529471059bab4fad323e16f1505ef57f54
diff --git a/conf.py b/conf.py
index 94eacfa..2bff845 100644
--- a/conf.py
+++ b/conf.py
@@ -334,6 +334,10 @@
         r'../release_notes/voltha_2.12.html',
         #
         r'../voltha-helm-charts/README.html',
+        r'https://mvnrepository.com/artifact/org.slf4j/slf4j-api',
+        r'https://mvnrepository.com/artifact/org.mockito/mockito-all',
+        r'https://mvnrepository.com/artifact/com.h3xstream.findsecbugs/findsecbugs-plugin',
+        r'https://mvnrepository.com/artifact/com.github.spotbugs/spotbugs-maven-plugin',
     ]
 
 # -- Configure recommonmark to use AutoStructify -----------------------------