Read the Docs added

Issue-ID: RICAPP-106

Signed-off-by: sjana <sj492a@att.com>
Change-Id: I5507d33c661ee7c240389d9e71e89b56f42debd4
diff --git a/docs/conf.py b/docs/conf.py
new file mode 100644
index 0000000..10d44bc
--- /dev/null
+++ b/docs/conf.py
@@ -0,0 +1,9 @@
+from docs_conf.conf import *
+linkcheck_ignore = [
+    'http://localhost.*',
+    'http://127.0.0.1.*',
+    'https://gerrit.o-ran-sc.org.*'
+]
+#extensions = ['sphinx.ext.autosectionlabel']
+#intersphinx_mapping = {}
+#intersphinx_mapping['ric-app-hw'] = ('https://o-ran-sc-doc.readthedocs.io/projects/o-ran-sc-ric-app-hw/en/%s' % 'latest')