X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=influxlogger%2Fdocs%2Fconf.py;h=9b4f01ed3b881766c47110d2d222df5e985ea817;hb=a2885c624d08ba33d1b8498dba042e02c6285708;hp=b09d04ca319e1107704d946e572f8245108e2b9b;hpb=32de6c445ee742cc468fd8c175c28e0b32fbf46e;p=nonrtric%2Fplt%2Franpm.git diff --git a/influxlogger/docs/conf.py b/influxlogger/docs/conf.py index b09d04c..9b4f01e 100644 --- a/influxlogger/docs/conf.py +++ b/influxlogger/docs/conf.py @@ -1,5 +1,6 @@ # ============LICENSE_START=============================================== -# Copyright (C) 2021-2023 Nordix Foundation. All rights reserved. +# Copyright (C) 2023 Nordix Foundation. All rights reserved. +# Copyright (C) 2023 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. @@ -17,11 +18,7 @@ from docs_conf.conf import * -#branch configuration - -branch = 'latest' - -language = 'en' +branch = 'i-release' linkcheck_ignore = [ 'http://localhost.*', @@ -30,7 +27,7 @@ linkcheck_ignore = [ './pmlog-api.html', #Generated file that doesn't exist at link check. ] -extensions = ['sphinx.ext.intersphinx','sphinxcontrib.redoc'] +extensions = ['sphinx.ext.intersphinx','sphinxcontrib.redoc', 'sphinx.ext.autosectionlabel',] redoc = [ { @@ -43,9 +40,6 @@ redoc = [ redoc_uri = 'https://cdn.jsdelivr.net/npm/redoc@next/bundles/redoc.standalone.js' - - - #intershpinx mapping with other projects intersphinx_mapping = {}