Arnaud Botella
2020-05-04 c1b8845a268e92d28d07a41024442ef3a35a02c9
doc/conf.py
@@ -33,7 +33,7 @@
# ones.
extensions = ['sphinx.ext.todo',
    'sphinx.ext.githubpages', 'breathe', 'recommonmark', 'sphinx_markdown_tables', 'sphinx_rtd_theme',
    'sphinx_sitemap','sphinx.ext.autosectionlabel' ]
    'sphinxemoji.sphinxemoji', 'sphinx_sitemap','sphinx.ext.autosectionlabel' ]
autosectionlabel_prefix_document = True
@@ -98,7 +98,7 @@
#
html_theme_options = {
  'canonical_url': 'http://open-license-manager.github.io/open-license-manager/',
  'analytics_id': 'UA-61067325-2',  #  Provided by Google in your dashboard
  'analytics_id': 'UA-160839650-1',  #  Provided by Google in your dashboard
  'titles_only': False
}
@@ -185,6 +185,10 @@
# Sitemap plugin
html_baseurl = 'http://open-license-manager.github.io/open-license-manager'
#sitemap_url_scheme = "{lang}{version}subdir/{link}"
sitemap_url_scheme = "{link}"
sphinxemoji_style = 'twemoji'
#html_logo = "_static/lock_32.png"
html_favicon="_static/lock_32.ico"