iofall
iofall
May I work on this one?
I can help. If you look at the code for [`navbar-logo.html` ](https://github.com/pydata/pydata-sphinx-theme/blob/v0.9.0/src/pydata_sphinx_theme/theme/pydata_sphinx_theme/components/navbar-logo.html) **v0.9.0** ```jinja {% if not theme_logo.get("link") %} {% set href = pathto(root_doc) %} {% elif theme_logo.get("link").startswith("http") %} {#...
Hi @yaoyuan12. The [docstring ](https://github.com/pandas-dev/pandas/blob/e0d30615a0450f95ba89c06a4f0fd6f017259085/pandas/tseries/holiday.py#L113)for `next_workday` says that the function `returns next workday used for observances`. Hence it will always give the "next working day". You can use `weekend_to_monday` or...
Now that the release is done, we can fix this by: 1. Fixing it on main 2. And just updating the link manually on the docs repo for v8.0 What...
Ok great, working on it. But I don't think we need it on the release branch, right? The docs will now remain the same for v8.0, so I was thinking...