Add ReadTheDocs configuration/site in repo root directory step #2
[nonrtric/plt/ranpm.git] / datafilecollector / docs / conf.py
index 240d10c..bc39c07 100644 (file)
@@ -21,13 +21,10 @@ from docs_conf.conf import *
 
 branch = 'latest'
 
-language = 'en'
-
 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',]