Callout documentation includes readme and docs
[sim/a1-interface.git] / near-rt-ric-simulator / test / EXT_SRV / docs / conf.py
diff --git a/near-rt-ric-simulator/test/EXT_SRV/docs/conf.py b/near-rt-ric-simulator/test/EXT_SRV/docs/conf.py
new file mode 100755 (executable)
index 0000000..011a69d
--- /dev/null
@@ -0,0 +1,13 @@
+from docs_conf.conf import *
+
+language = 'en'
+
+extensions = [
+   'sphinxcontrib.openapi',
+]
+
+linkcheck_ignore = [
+    'http://localhost.*',
+    'http://127.0.0.1.*',
+    'https://gerrit.o-ran-sc.org.*'
+]