-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DOC: Simplify pandas theme footer #52149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -240,7 +240,7 @@ | |
|
||
html_theme_options = { | ||
"external_links": [], | ||
"footer_items": ["pandas_footer", "sphinx-version"], | ||
"footer_start": ["pandas_footer", "sphinx-version"], | ||
"github_url": "https://github.com/pandas-dev/pandas", | ||
"twitter_url": "https://twitter.com/pandas_dev", | ||
"google_analytics_id": "UA-27880019-2", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. For the error in the CI seems like this config has veen removed: Can you check on the pydata theme docs which is the new way to do this please? |
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -87,7 +87,7 @@ dependencies: | |
- gitdb | ||
- natsort # DataFrame.sort_values doctest | ||
- numpydoc | ||
- pydata-sphinx-theme<0.11 | ||
- pydata-sphinx-theme>=0.13.0 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think it's better to simply remove the version here, it should pick the last one anyway. |
||
- pytest-cython # doctest | ||
- sphinx | ||
- sphinx-panels | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,7 +62,7 @@ gitpython | |
gitdb | ||
natsort | ||
numpydoc | ||
pydata-sphinx-theme<0.11 | ||
pydata-sphinx-theme>=0.13.0 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same |
||
pytest-cython | ||
sphinx | ||
sphinx-panels | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think we should modify the css for this. Am I missing something? I think you probably want to revert this deletion.