Skip to content

Commit 4e83d30

Browse files
authored
Feature/SK-1024 | Implement EU-compliant analytics (docs) (#981)
1 parent 03af4eb commit 4e83d30

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/conf.py

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,21 @@
6767
"css/text.css",
6868
]
6969

70+
html_js_files = [
71+
(
72+
"https://scripts.simpleanalyticscdn.com/sri/v11.js",
73+
{
74+
"async": "async",
75+
"crossorigin": "anonymous",
76+
"integrity": (
77+
"sha256-hkUzQr3zWmSDnmhw95ZmQSZ949upqD+ML9ejiN0UIIE= "
78+
"sha384-rfv15RJy1bBYZ1Mf4xizO26jorXb2myipCvHXy4rkG0SuEET96S+m0sTzu5vfbSI "
79+
"sha512-lQzjzTbOxHLwkZGDVMf4V0sm8v2Mrqm73IvKcXBftJ/MSZKQC4/jwKFToxT+3IVAVWQzLplSNHH8gM5d7b1BSg=="
80+
),
81+
},
82+
),
83+
]
84+
7085
# LaTeX elements
7186
latex_elements = {
7287
# The paper size ('letterpaper' or 'a4paper').

0 commit comments

Comments
 (0)