X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=datafilecollector%2Fdocs%2Fconf.py;h=57c10f3824228a4f32b849daa1b638f90e776b60;hb=f5220f5955d8599e5c247bf432fe65c83e8a65c1;hp=240d10cbddbba69320fa48a4306ece7f5f4026af;hpb=32de6c445ee742cc468fd8c175c28e0b32fbf46e;p=nonrtric%2Fplt%2Franpm.git diff --git a/datafilecollector/docs/conf.py b/datafilecollector/docs/conf.py index 240d10c..57c10f3 100644 --- a/datafilecollector/docs/conf.py +++ b/datafilecollector/docs/conf.py @@ -19,15 +19,12 @@ from docs_conf.conf import * #branch configuration -branch = 'latest' - -language = 'en' +branch = 'h-release' linkcheck_ignore = [ 'http://localhost.*', 'http://127.0.0.1.*', 'https://gerrit.o-ran-sc.org.*', - './pm-producer-api.html', #Generated file that doesn't exist at link check. ] extensions = ['sphinx.ext.intersphinx',]