From ea8f9eedc98e099ea457d3da1288a02c3825d96b Mon Sep 17 00:00:00 2001 From: CalMacCQ <93673602+CalMacCQ@users.noreply.github.com> Date: Wed, 4 Dec 2024 14:55:30 +0000 Subject: [PATCH] deps: add sphinx analytics dependency --- pytket/docs/poetry.lock | 16 +++++++++++++++- pytket/docs/pyproject.toml | 1 + 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/pytket/docs/poetry.lock b/pytket/docs/poetry.lock index 44571cd56e..ddc597d970 100644 --- a/pytket/docs/poetry.lock +++ b/pytket/docs/poetry.lock @@ -2095,6 +2095,20 @@ lint = ["mypy", "ruff (==0.5.5)", "types-docutils"] standalone = ["Sphinx (>=5)"] test = ["pytest"] +[[package]] +name = "sphinxcontrib-googleanalytics" +version = "0.4" +description = "Sphinx extension googleanalytics" +optional = false +python-versions = "*" +files = [ + {file = "sphinxcontrib-googleanalytics-0.4.tar.gz", hash = "sha256:4b19c1f0fce5df6c7da5633201b64a9e5b0cb3210a14fdb4134942ceee8c5d12"}, + {file = "sphinxcontrib_googleanalytics-0.4-py3-none-any.whl", hash = "sha256:a6574983f9a58e5864ec10d34dc99914c4d647108b22c9249c8f0038b0cb18b3"}, +] + +[package.dependencies] +Sphinx = ">=0.6" + [[package]] name = "sphinxcontrib-htmlhelp" version = "2.1.0" @@ -2406,4 +2420,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "27394b648cb72d80fa8c56782b90331a697d118bffba4c1ee1859b904de6384c" +content-hash = "168f772a1a6bb7619d32626d621263d0e0ab26209685fe6e3a8a7ba61056f75d" diff --git a/pytket/docs/pyproject.toml b/pytket/docs/pyproject.toml index 0b360a6cc4..290355e048 100644 --- a/pytket/docs/pyproject.toml +++ b/pytket/docs/pyproject.toml @@ -14,6 +14,7 @@ ipykernel = "^6.29.4" enum-tools = { extras = ["sphinx"], version = "^0.12.0" } furo = "^2024.5.6" myst-nb = "^1.1.2" +sphinxcontrib-googleanalytics = "^0.4" [build-system] requires = ["poetry-core"]