Skip to content

Commit 2e0dd6f

Browse files
jhammankeewisdcherian
authored
Add user survey announcement to docs (#9101)
* Add user survey announcement to docs * FIx styling --------- Co-authored-by: Justus Magin <[email protected]> Co-authored-by: Deepak Cherian <[email protected]>
1 parent b221808 commit 2e0dd6f

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

doc/_static/style.css

+2-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ table.docutils td {
77
word-wrap: break-word;
88
}
99

10-
div.bd-header-announcement {
11-
background-color: unset;
12-
color: #000;
10+
.bd-header-announcement {
11+
background-color: var(--pst-color-info-bg);
1312
}
1413

1514
/* Reduce left and right margins */

doc/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@
242242
Theme by the <a href="https://ebp.jupyterbook.org">Executable Book Project</a></p>""",
243243
twitter_url="https://twitter.com/xarray_dev",
244244
icon_links=[], # workaround for pydata/pydata-sphinx-theme#1220
245-
announcement="🍾 <a href='https://github.com/pydata/xarray/discussions/8462'>Xarray is now 10 years old!</a> 🎉",
245+
announcement="<a href='https://forms.gle/KEq7WviCdz9xTaJX6'>Xarray's 2024 User Survey is live now. Please take ~5 minutes to fill it out and help us improve Xarray.</a>",
246246
)
247247

248248

0 commit comments

Comments
 (0)