Documentation updates
[nonrtric/plt/ranpm.git] / influxlogger / docs / conf.py
index b09d04c..9729d6f 100644 (file)
 
 from docs_conf.conf import *
 
-#branch configuration
-
 branch = 'latest'
 
-language = 'en'
-
 linkcheck_ignore = [
     'http://localhost.*',
     'http://127.0.0.1.*',
@@ -30,7 +26,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 +39,6 @@ redoc = [
 
 redoc_uri = 'https://cdn.jsdelivr.net/npm/redoc@next/bundles/redoc.standalone.js'
 
-
-
-
 #intershpinx mapping with other projects
 intersphinx_mapping = {}