Update documentation
[nonrtric/rapp/orufhrecovery.git] / docs / conf.py
index 6655001..28b5fa5 100644 (file)
@@ -1,7 +1,6 @@
 from docs_conf.conf import *
 
 #branch configuration
-
 branch = 'latest'
 
 linkcheck_ignore = [
@@ -9,3 +8,13 @@ linkcheck_ignore = [
     'http://127.0.0.1.*',
     'https://gerrit.o-ran-sc.org.*',
 ]
+
+extensions = [
+    'sphinx.ext.intersphinx',
+    'sphinx.ext.autosectionlabel',
+]
+
+#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)