X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Fconf.py;h=443da2ac5709cb18b98440870e02a8ec384dbdec;hb=2bf6c2eb9d3fa14c0eae908a77905af6bf43b388;hp=0b88dfc6f390f6c0317f8c1d88cc4e52a5544d45;hpb=ad3e8f6d45b1b1e14302d5adfc6c656fe115f547;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']