jorisvandenbossche commented on code in PR #13096:
URL: https://github.com/apache/arrow/pull/13096#discussion_r868046790


##########
docs/source/_templates/layout.html:
##########
@@ -1,5 +1,26 @@
 {% extends "pydata_sphinx_theme/layout.html" %}
 
+{# Use Matomo #}
+{% block extrahead %}
+<!-- Matomo -->

Review Comment:
   This might need a `{{ super() }}` to keep not replace the full content of 
the `extrahead` block of the parent theme, but to only append the matomo script?
   
   (the extrahead block still seems to have some useful things (eg favicons) 
apart from the google analytics)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to