X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Fconf.py;h=28b5fa5cd41136318561c693c3086f2327709e5e;hb=196cb83db193a6ba7928344321717fc2d33dcf45;hp=6655001fd7daf06e003ec06af3ced01a6755c6fc;hpb=dbe5b8aae33876581a8b681610ed5f3395805da9;p=nonrtric%2Frapp%2Forufhrecovery.git diff --git a/docs/conf.py b/docs/conf.py index 6655001..28b5fa5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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)