Skip to content

Commit 1d21f20

Browse files
DOC: add placeholder for announcement banner in docs (and use for 3.0rc announcement)
1 parent e450f0c commit 1d21f20

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Announcement: pandas 3.0 release candidate is now available! Read more <a href="https://pandas.pydata.org/docs/whatsnew/v3.0.0.html">here</a>. Please test!

doc/source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@
258258
# This shows a warning for patch releases since the
259259
# patch version doesn't compare as equal (e.g. 2.2.1 != 2.2.0 but it should be)
260260
"show_version_warning_banner": False,
261+
"announcement": "https://raw.githubusercontent.com/pandas-dev/pandas/main/doc/_templates/docs-announcement-banner.html",
261262
"icon_links": [
262263
{
263264
"name": "X",

0 commit comments

Comments
 (0)