Set up docs for f-release
[nonrtric/rapp/ransliceassurance.git] / docs / conf.py
index 4ebe07d..596a00a 100644 (file)
@@ -2,7 +2,7 @@ from docs_conf.conf import *
 
 #branch configuration
 
-branch = 'latest'
+branch = 'f-release'
 
 linkcheck_ignore = [
     'http://localhost.*',
@@ -11,3 +11,8 @@ linkcheck_ignore = [
 ]
 
 extensions = ['sphinxcontrib.redoc', 'sphinx.ext.intersphinx',]
+
+#intershpinx mapping with other projects
+intersphinx_mapping = {}
+
+intersphinx_mapping['nonrtric'] = ('https://docs.o-ran-sc.org/projects/o-ran-sc-nonrtric/en/%s' % branch, None)