Adding OMCI packet parsing for openonu-go

Change-Id: Id81a19f060226f22d8301164c9f51283806b87a5
diff --git a/conf.py b/conf.py
index 175d6e0..b40278b 100644
--- a/conf.py
+++ b/conf.py
@@ -282,7 +282,8 @@
                     r'https://github.com/opencord/voltctl/blob/master/LICENSE',
                     r'https://github.com/ciena/kind-voltha#voltha-up-configuration-options',
                     r'https://www.sphinx-doc.org',
-                    r'https://github.com/opencord/bbsim/blob/master/docs/source/DMI_Server_README'
+                    r'https://github.com/opencord/bbsim/blob/master/docs/source/DMI_Server_README',
+                    r'https://github.com/opencord/kind-voltha/blob/master/README'
                     ]
 
 # -- Configure recommonmark to use AutoStructify -----------------------------