From 4b834488fe0aff32f869dbc2706cc89542232a91 Mon Sep 17 00:00:00 2001 From: Patrik Dufresne Date: Wed, 15 Jun 2022 07:46:17 -0400 Subject: [PATCH] Install new google tag code --- doc/_templates/layout.html | 12 ++++++++++++ doc/conf.py | 1 - 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 doc/_templates/layout.html 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',