Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions doc/_templates/docs-announcement-banner.html
Original file line number Diff line number Diff line change
@@ -0,0 +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!
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, indeed (it was just some quick content, should still have to wordsmith and format an actual messsage)

1 change: 1 addition & 0 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@
# This shows a warning for patch releases since the
# patch version doesn't compare as equal (e.g. 2.2.1 != 2.2.0 but it should be)
"show_version_warning_banner": False,
"announcement": "https://raw.githubusercontent.com/pandas-dev/pandas/main/doc/_templates/docs-announcement-banner.html",
"icon_links": [
{
"name": "X",
Expand Down
4 changes: 3 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ dependencies:
- natsort # DataFrame.sort_values doctest
- pickleshare # Needed for IPython Sphinx directive in the docs GH#60429
- numpydoc
- pydata-sphinx-theme=0.16
# temporary installed with pip with custom patch until released
# - pydata-sphinx-theme=0.16
- pytest-cython # doctest
- sphinx
- sphinx-design
Expand Down Expand Up @@ -126,3 +127,4 @@ dependencies:

- pip:
- tzdata>=2023.3
- https://github.com/jorisvandenbossche/pydata-sphinx-theme/archive/refs/heads/v0.16.1+dismissable-announcement-banner.zip
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ gitpython
natsort
pickleshare
numpydoc
pydata-sphinx-theme==0.16
pytest-cython
sphinx
sphinx-design
Expand All @@ -87,3 +86,4 @@ pygments
jupyterlite-core
jupyterlite-pyodide-kernel
tzdata>=2023.3
https://github.com/jorisvandenbossche/pydata-sphinx-theme/archive/refs/heads/v0.16.1+dismissable-announcement-banner.zip
Loading