Callout documentation includes readme and docs
[sim/a1-interface.git] / docs / conf.py
index 07032ac..7a27615 100644 (file)
@@ -1,7 +1,13 @@
 from docs_conf.conf import *
 
+language = 'en'
+
 linkcheck_ignore = [
     'http://localhost.*',
     'http://127.0.0.1.*',
     'https://gerrit.o-ran-sc.org.*'
 ]
+
+extensions = [
+   'sphinxcontrib.openapi',
+]