Seed code

Issue-ID: NONRTRIC-713
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
Change-Id: I858010c1440f3e7afdb77c3096b3a83027d9f689
diff --git a/docs/conf.py b/docs/conf.py
new file mode 100644
index 0000000..4cc4265
--- /dev/null
+++ b/docs/conf.py
@@ -0,0 +1,24 @@
+from docs_conf.conf import *
+
+#branch configuration
+
+branch = 'latest'
+
+linkcheck_ignore = [
+    'http://localhost.*',
+    'http://127.0.0.1.*',
+    'https://gerrit.o-ran-sc.org.*',
+    './dmaap-adapter-api.html', #Generated file that doesn't exist at link check.
+]
+
+extensions = ['sphinxcontrib.redoc', 'sphinx.ext.intersphinx',]
+
+redoc = [
+            {
+                'name': 'DMaaP Adapter API',
+                'page': 'dmaap-adapter-api',
+                'spec': '../api/api.json',
+            }
+        ]
+
+redoc_uri = 'https://cdn.jsdelivr.net/npm/redoc@next/bundles/redoc.standalone.js'