VOL-4865 - Fix broken links on the release notes page.

overview/releases.rst
---------------------
   o Refresh gerrit patch 33439 -- some changes already merged in.
   o Change refernece rst files to html to view the generated document.
   o Exclusions already added in config.py for the sphinx chicken-n-egg problem.

Added a new python 3.10+ patch so linkcheck could run to completion.

Add more config exclusions.

Change-Id: I586718b70afabbd78aeff3072fd301413f3e55c3
diff --git a/conf.py b/conf.py
index 3523c3c..fbde864 100644
--- a/conf.py
+++ b/conf.py
@@ -292,6 +292,16 @@
         r'https://github.com/opencord/voltha-helm-charts/blob/master/README',
         r'https://github.com/atomix/atomix/releases/tag/atomix-3.1.9',
         r'https://github.com/atomix/atomix/releases/tag/atomix-3.1.8',
+        #
+        r'../release_notes/voltha_2.2.html',
+        r'../release_notes/voltha_2.3.html',
+        r'../release_notes/voltha_2.4.html',
+        r'../release_notes/voltha_2.5.html',
+        r'../release_notes/voltha_2.6.html',
+        r'../release_notes/voltha_2.7.html',
+        r'../release_notes/voltha_2.8.html',
+        r'../release_notes/voltha_2.9.html',
+        r'../release_notes/voltha_2.10.html',
     ]
 
 # -- Configure recommonmark to use AutoStructify -----------------------------