X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=docs%2Fconf.py;h=3d84e2c630a799b1a36523c3028b2bb9fac5f9e3;hb=ff7ea9da4f2c0f11c8441a16782e5f96bfea135d;hp=7639988022e87cf4da0b9262f5fb7bb91a26313b;hpb=fe56ddf0c472e27e2e22d151e19ea7834a3beab3;p=nonrtric%2Fplt%2Franpm.git diff --git a/docs/conf.py b/docs/conf.py index 7639988..3d84e2c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,3 +1,20 @@ +# ============LICENSE_START=============================================== +# Copyright (C) 2021-2023 Nordix Foundation. 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. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# ============LICENSE_END================================================= +# + from docs_conf import * branch = 'latest' @@ -9,15 +26,6 @@ linkcheck_ignore = [ 'https://gerrit.o-ran-sc.org.*' ] -#branch configuration - - -linkcheck_ignore = [ - 'http://localhost.*', - 'http://127.0.0.1.*', - 'https://gerrit.o-ran-sc.org.*', -] - extensions = [ 'sphinx.ext.intersphinx', 'sphinx.ext.autosectionlabel',