From fa0d134f43224b1ab5a6b4ccbbf32521c195307a Mon Sep 17 00:00:00 2001 From: MengT Date: Wed, 29 Jul 2026 17:34:17 +0800 Subject: [PATCH] docs: add cookie banner remote css and js files --- docs/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index 751ec0d4c6..87807e0738 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -187,11 +187,13 @@ # Adds custom CSS files, located under 'html_static_path' html_css_files = [ "checkbox-doc.css", + "https://assets.ubuntu.com/v1/d86746ef-cookie_banner.css", # Google Analytics cookie banner ] # Adds custom JavaScript files, located under 'html_static_path' html_js_files = [ "overwrite_links.js", # support ReadTheDocs flyout when hosted at ubuntu.com/docs + "https://assets.ubuntu.com/v1/287a5e8f-bundle.js", # Google Analytics cookie banner ] #############