From 66eee6edc69dc6b8d211b4e3145f0de9ee7b70df Mon Sep 17 00:00:00 2001 From: Paul Finlay <50180049+doctorperceptron@users.noreply.github.com> Date: Mon, 26 Jun 2023 16:11:08 -0400 Subject: [PATCH] Switch to GA4 --- doc/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index c8d51d59..4376459d 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -122,7 +122,7 @@ def __getattr__(cls, name): # General information about the project. project = "PennyLane-Lightning-GPU" -copyright = "Copyright 2022" +copyright = "Copyright 2023" author = "Xanadu Inc." add_module_names = False @@ -189,7 +189,7 @@ def __getattr__(cls, name): "TensorFlow, the TensorFlow logo, and any related marks are trademarks " "of Google Inc." ], - "google_analytics_tracking_id": "UA-130507810-1", + "google_analytics_tracking_id": "G-C480Z9JL0D", "toc_overview": True }