From 09727519f9f435a840d598fd75209fe432c3c73a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Such=C3=A1nek?= Date: Wed, 15 Apr 2026 14:09:25 +0200 Subject: [PATCH 1/2] Try to enable Google Analytics --- docs/.sphinx/_templates/footer.html | 92 + docs/.sphinx/_templates/header.html | 20 + docs/_static/bundle.js | 1 + docs/_static/cookie-banner.css | 3672 +++++++++++++++++++++++++++ 4 files changed, 3785 insertions(+) create mode 100644 docs/.sphinx/_templates/footer.html create mode 100644 docs/_static/bundle.js create mode 100644 docs/_static/cookie-banner.css diff --git a/docs/.sphinx/_templates/footer.html b/docs/.sphinx/_templates/footer.html new file mode 100644 index 0000000..f4ccfe0 --- /dev/null +++ b/docs/.sphinx/_templates/footer.html @@ -0,0 +1,92 @@ + +
+
+ {%- if show_copyright %} + + {%- endif %} + + {# mod: removed "Made with" #} + + {%- if last_updated -%} +
+ {% trans last_updated=last_updated|e -%} + Last updated on {{ last_updated }} + {%- endtrans -%} +
+ {%- endif %} + + {%- if show_source and has_source and sourcename %} + + {%- endif %} +
+
+ {% if has_contributor_listing and display_contributors and pagename and page_source_suffix %} + {% set contributors = get_contributors_for_file(pagename, page_source_suffix) %} + {% if contributors %} + {% if contributors | length > 1 %} + Thanks to the {{ contributors |length }} contributors! + {% else %} + Thanks to our contributor! + {% endif %} +
+ + {% endif %} + {% endif %} +
+ +
\ No newline at end of file diff --git a/docs/.sphinx/_templates/header.html b/docs/.sphinx/_templates/header.html index 512c7e4..6737f67 100644 --- a/docs/.sphinx/_templates/header.html +++ b/docs/.sphinx/_templates/header.html @@ -1,5 +1,25 @@