doc: Remove Google Analytics tracking code
This removes Google Analytics related code from the generated documentation. Fixes #54873 Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
parent
4d4e25292f
commit
3f009bd834
2 changed files with 0 additions and 13 deletions
|
@ -324,6 +324,3 @@ def setup(app):
|
|||
# theme customizations
|
||||
app.add_css_file("css/custom.css")
|
||||
app.add_js_file("js/dark-mode-toggle.min.mjs", type="module")
|
||||
|
||||
app.add_js_file("https://www.googletagmanager.com/gtag/js?id=UA-831873-47")
|
||||
app.add_js_file("js/ga-tracker.js")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue