X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Fconf.py;h=15261babb3e3c13908e157ee3cfbb7ff80c75c53;hb=refs%2Fheads%2Fi-release;hp=ff4e3060c57a46541061505a57ecbd7264fe8612;hpb=f0966127f682231452a00c401deb939cbc63c43a;p=nonrtric%2Fplt%2Frappmanager.git diff --git a/docs/conf.py b/docs/conf.py index ff4e306..15261ba 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -18,7 +18,7 @@ from docs_conf.conf import * #branch configuration -branch = 'latest' +branch = 'i-release' baseurl = 'https://docs.o-ran-sc.org/projects/' selfurl = '%s/o-ran-sc-nonrtric-plt-rappmanager/en/%s' %(baseurl, branch) @@ -26,7 +26,8 @@ linkcheck_ignore = [ 'http://localhost.*', 'http://127.0.0.1.*', 'https://gerrit.o-ran-sc.org.*', - './rappmanager-api.html', #Generated file that doesn't exist at link check. + # '.*participants.*', # Participants site may not be built yet + './rappmanager-api.html', # Generated file that doesn't exist at link check. ] extensions = ['sphinxcontrib.redoc', 'sphinx.ext.intersphinx',]