Adding Bouncer code for RIC-Benchmarking
[ric-app/bouncer.git] / Bouncer / docs / conf.py
diff --git a/Bouncer/docs/conf.py b/Bouncer/docs/conf.py
new file mode 100644 (file)
index 0000000..e0da2a6
--- /dev/null
@@ -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-bouncer'] = ('https://o-ran-sc-doc.readthedocs.io/projects/o-ran-sc-ric-app-bouncer/en/%s' % 'latest')