Docs: Update release notes
[nonrtric/plt/ranpm.git] / datafilecollector / docs / conf.py
index 240d10c..57c10f3 100644 (file)
@@ -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',]