You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/conf.py
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -148,6 +148,12 @@
148
148
"display_contributors": True,
149
149
}
150
150
151
+
html_theme_options= {
152
+
# Short-term announcement about survey
153
+
# TODO: Remove this block by 2025-08-11
154
+
"announcement": "We'd like your input! <a href='https://docs.google.com/forms/d/e/1FAIpQLSc-uQ_jRxymv2ruYDsOudzbPogyHnYFS-f6grxJWWR0uJo75Q/viewform?usp=dialog' rel='nofollow' target='_blank'>Take the CODA check-in survey</a>.",
155
+
}
156
+
151
157
# Project slug; see https://meta.discourse.org/t/what-is-category-slug/87897
152
158
#
153
159
# TODO: If your documentation is hosted on https://docs.ubuntu.com/,
0 commit comments