Re-enable participant links & checks after first build of i-release docs
[nonrtric/plt/rappmanager.git] / docs / conf.py
index ff4e306..15261ba 100755 (executable)
@@ -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',]