File tree Expand file tree Collapse file tree 4 files changed +6
-2
lines changed
Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1+ Announcement: pandas 3.0.0 release candidate ready for testing! Read more < a href ="https://pandas.pydata.org/community/blog/pandas-3.0-release-candidate.html "> in the blog post</ a >
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change @@ -86,7 +86,8 @@ dependencies:
8686 - natsort # DataFrame.sort_values doctest
8787 - pickleshare # Needed for IPython Sphinx directive in the docs GH#60429
8888 - numpydoc
89- - pydata-sphinx-theme=0.16
89+ # temporary installed with pip with custom patch until released
90+ # - pydata-sphinx-theme=0.16
9091 - pytest-cython # doctest
9192 - sphinx
9293 - sphinx-design
@@ -126,3 +127,4 @@ dependencies:
126127
127128 - pip :
128129 - tzdata>=2023.3
130+ - https://github.com/jorisvandenbossche/pydata-sphinx-theme/archive/refs/heads/v0.16.1+dismissable-announcement-banner.zip
Original file line number Diff line number Diff line change @@ -61,7 +61,6 @@ gitpython
6161natsort
6262pickleshare
6363numpydoc
64- pydata-sphinx-theme == 0.16
6564pytest-cython
6665sphinx
6766sphinx-design
@@ -87,3 +86,4 @@ pygments
8786jupyterlite-core
8887jupyterlite-pyodide-kernel
8988tzdata >= 2023.3
89+ https://github.com/jorisvandenbossche/pydata-sphinx-theme/archive/refs/heads/v0.16.1+dismissable-announcement-banner.zip
You can’t perform that action at this time.
0 commit comments