X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Fconf.py;h=443da2ac5709cb18b98440870e02a8ec384dbdec;hb=refs%2Fchanges%2F40%2F4040%2F1;hp=0b88dfc6f390f6c0317f8c1d88cc4e52a5544d45;hpb=9945133851dad8f533adcc331b33aca451b0decc;p=it%2Fdev.git diff --git a/docs/conf.py b/docs/conf.py index 0b88dfc..443da2a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -21,3 +21,12 @@ linkcheck_ignore = [ 'https://gerrit.o-ran-sc.org.*' ] +rst_prolog = """ +.. include:: +.. default-role:: + +""" + +html_css_files = ['css/s4defs-roles.css'] + +extensions = ['sphinxcontrib.contentui']