X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Fconf.py;fp=docs%2Fconf.py;h=7a27615a87504c2266cdce5325582b9e4244f04d;hb=30f41fcbaa50eef322aa47efe8346b432b96b578;hp=07032acd2f9866adecbe48438be2dbf59082ac72;hpb=cfc90f8d9f6e5bd1c38f3aa44e0032a1a4eb3b8b;p=sim%2Fa1-interface.git diff --git a/docs/conf.py b/docs/conf.py index 07032ac..7a27615 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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', +]