diff --git a/doc/_templates/layout.html b/doc/_templates/layout.html new file mode 100644 index 00000000..4aa7b517 --- /dev/null +++ b/doc/_templates/layout.html @@ -0,0 +1,12 @@ +{% extends "!layout.html" %} +{% block extrahead %} + + + +{% endblock %} \ No newline at end of file diff --git a/doc/conf.py b/doc/conf.py index c3d5a624..cf72fbf2 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -50,7 +50,6 @@ html_theme = 'alabaster' # Ref: https://alabaster.readthedocs.io/en/latest/customization.html#theme-options html_theme_options = { - 'analytics_id': 'UA-19546856-5', 'description': 'Rdiffweb documentation - A web interface for rdiff-backup', 'fixed_sidebar': True, 'caption_font_family': 'Lato,Helvetica,Arial,Verdana,sans-serif',