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