From bd41046d0fdf924c38eac0b9450babc9bda7015b Mon Sep 17 00:00:00 2001 From: Kayce Basques Date: Tue, 10 Sep 2024 22:44:23 +0000 Subject: [PATCH] docs: Remove banner MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I04f866ef1150487dc4e7d80f4f6a6602222b3049 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/234411 Reviewed-by: Keir Mierle Lint: Lint 🤖 Commit-Queue: Kayce Basques Presubmit-Verified: CQ Bot Account --- docs/conf.py | 5 ----- docs/index.rst | 13 +++++++++++++ 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 09d4469b02..954b1d2b98 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -150,12 +150,7 @@ def pygments_monkeypatch_style(mod_name, cls): "https://cdnjs.cloudflare.com/ajax/libs/fuzzysort/2.0.4/fuzzysort.js", ] -announcement_url = 'https://pigweed.dev/docs/blog/03-pigweed-sdk.html' -announcement_text = 'Pigweed SDK launches with Raspberry Pi RP2350' -announcement = f'🚀🚀🚀 {announcement_text} 🚀🚀🚀' - html_theme_options = { - 'announcement': announcement, # https://pydata-sphinx-theme.readthedocs.io/en/stable/user_guide/header-links.html#navigation-bar-dropdown-links 'header_links_before_dropdown': 5, # https://pydata-sphinx-theme.readthedocs.io/en/stable/user_guide/header-links.html#icon-links diff --git a/docs/index.rst b/docs/index.rst index a85b561974..0bfdf96b37 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -49,6 +49,19 @@ Get started Set up a C++-based Zephyr project, set up GitHub Actions, integrate Pigweed into an existing Bazel project, and more. +--------------------------------------------- +Pigweed SDK launches with Raspberry Pi RP2350 +--------------------------------------------- +.. _Google Pigweed comes to our new RP2350: https://www.raspberrypi.com/news/google-pigweed-comes-to-our-new-rp2350/ +.. _Introducing the Pigweed SDK: https://opensource.googleblog.com/2024/08/introducing-pigweed-sdk.html + +The first preview release of the Pigweed SDK has launched with official +hardware support for Raspberry Pi’s newest microprocessor products, the +RP2350 and Pico 2! Check out the following blog posts to learn more: + +* `Google Pigweed comes to our new RP2350`_ +* `Introducing the Pigweed SDK`_ + ---------------- What is Pigweed? ----------------