From f6191c96954077c796849420e7d30eed77a3df98 Mon Sep 17 00:00:00 2001 From: Jen Schripsema Date: Mon, 22 Jan 2024 12:02:13 -0700 Subject: [PATCH] Fixes doc search bug and adds analytics tag (#38) * adding jquery to fix search bug, https://github.com/InstituteforDiseaseModeling/idm-content/issues/134 * adding Google Tag Manager for analytics dashboard, https://github.com/InstituteforDiseaseModeling/idm-content/issues/26 --------- Co-authored-by: Jen Schripsema --- docs/_templates/page.html | 12 ++++++++++++ docs/requirements.txt | 3 ++- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/docs/_templates/page.html b/docs/_templates/page.html index 0d1bb20..a5fc021 100644 --- a/docs/_templates/page.html +++ b/docs/_templates/page.html @@ -4,6 +4,18 @@ {% block extrahead %} + + + + + + + {% endblock %} diff --git a/docs/requirements.txt b/docs/requirements.txt index 8a1decf..080ad05 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -9,4 +9,5 @@ myst-parser~=2.0.0 readthedocs-sphinx-search~=0.3.1 sphinx-copybutton~=0.5.2 pygithub~=1.57 -sphinxext.remoteliteralinclude~=0.4.0 \ No newline at end of file +sphinxext.remoteliteralinclude~=0.4.0 +sphinxcontrib-jquery~=4.1 \ No newline at end of file