Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,8 @@
# Template and asset locations #
################################

# html_static_path = ["_static"]
# templates_path = ["_templates"]
html_static_path = [".sphinx/_static"]
templates_path = [".sphinx/_templates"]


#############
Expand Down Expand Up @@ -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
Expand Down
Loading