Include google analytics in online version of docs. See #1892

This commit is contained in:
Peter Vlugter 2012-05-10 11:03:43 +12:00
parent 6e22fe7ea7
commit d0e498ca16
5 changed files with 39 additions and 7 deletions

View file

@ -48,6 +48,10 @@ html_show_copyright = True
htmlhelp_basename = 'Akkadoc'
html_add_permalinks = ''
html_context = {
'include_analytics': 'online' in tags
}
# -- Options for LaTeX output --------------------------------------------------
def setup(app):