From 2c0c263fdb68c6254cd1b205ed555a4aeb33d096 Mon Sep 17 00:00:00 2001 From: YanisaHS Date: Mon, 11 May 2026 17:12:58 +0200 Subject: [PATCH] fix cookie notification --- docs/conf.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 0c6abdd9..f70049b3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -206,8 +206,8 @@ # Template and asset locations # ################################ -# html_static_path = ["_static"] -# templates_path = ["_templates"] +html_static_path = [".sphinx/_static"] +templates_path = [".sphinx/_templates"] ############# @@ -308,16 +308,16 @@ # Adds custom CSS files, located under 'html_static_path' -# html_css_files = [ -# "https://assets.ubuntu.com/v1/d86746ef-cookie_banner.css", -# ] +html_css_files = [ + "cookie-banner.css", +] # Adds custom JavaScript files, located under 'html_static_path' -# html_js_files = [ -# "https://assets.ubuntu.com/v1/287a5e8f-bundle.js", -# ] +html_js_files = [ + "bundle.js", + ] # Specifies a reST snippet to be appended to each .rst file