Seed code for O-DU slice assurance new repo
[nonrtric/rapp/ransliceassurance.git] / docs / conf.py
diff --git a/docs/conf.py b/docs/conf.py
new file mode 100644 (file)
index 0000000..4ebe07d
--- /dev/null
@@ -0,0 +1,13 @@
+from docs_conf.conf import *
+
+#branch configuration
+
+branch = 'latest'
+
+linkcheck_ignore = [
+    'http://localhost.*',
+    'http://127.0.0.1.*',
+    'https://gerrit.o-ran-sc.org.*',
+]
+
+extensions = ['sphinxcontrib.redoc', 'sphinx.ext.intersphinx',]