Skip to content

Commit

Permalink
[Doc] add ray summit banner 2024 (#45069)
Browse files Browse the repository at this point in the history
with link to submit proposals
  • Loading branch information
peytondmurray authored May 2, 2024
1 parent 4ac54f1 commit 9a3b22b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions doc/source/_static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -394,3 +394,16 @@ table.autosummary tr > td:first-child > p > a > code > span {
.table.example-table th:first-child {
width: 30%;
}

.bd-header-announcement {
color: var(--pst-color-dark);
}

.bd-header-announcement::after {
background-color: var(--ray-blue);
}

.bd-header-announcement a {
color: var(--pst-color-dark);
text-decoration: underline;
}
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ def render_svg_logo(path):
# documentation.
html_theme_options = {
"use_edit_page_button": True,
"announcement": None,
"announcement": """Ray Summit unites the community. Submit a <b><a target="_blank" href="https://raysummit.anyscale.com/flow/anyscale/raysummit2024/landing/page/eventsite?utm_source=cfpraydocs_gl=1*949o36*_ga*Mzk2ODgxMTUwLjE3MTM4OTE0NzM.*_ga_T6EXHYG44V*MTcxNDA3ODUzNC43LjAuMTcxNDA3ODUzNC42MC4wLjEyMDk3NzQ2MjE">session proposal</a></b> to share your experience.""",
"logo": {
"svg": render_svg_logo("_static/img/ray_logo.svg"),
},
Expand Down

0 comments on commit 9a3b22b

Please sign in to comment.