X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Fconf.py;fp=docs%2Fconf.py;h=51a61b735888fad935b3d323448b863300e79661;hb=e4d572624abc367cbdf5b282a68e394f8cfc9798;hp=adbae5d6f9776b33c6cfc31308ee9b59653a7a10;hpb=3d30514550b276ffc434975377df8dfaa52e2f91;p=nonrtric%2Fplt%2Fa1policymanagementservice.git diff --git a/docs/conf.py b/docs/conf.py index adbae5d..51a61b7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,5 +1,6 @@ # ============LICENSE_START=============================================== # Copyright (C) 2021-2022 Nordix Foundation. All rights reserved. +# Copyright (C) 2024 OpenInfra Foundation Europe. All rights reserved. # ======================================================================== # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -30,6 +31,10 @@ linkcheck_ignore = [ extensions = ['sphinx.ext.intersphinx',] +html_extra_path = [ + 'offeredapis/openapitoolgen/offeredapis/pms-api' +] + #intershpinx mapping with other projects intersphinx_mapping = {}