-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
update the docs environment #7442
Conversation
We still have an error but sphinx is up to 5.3.0
|
I think we should pin |
as expected that environment is not solvable because |
Seems we're experiencing this issue now: |
with the release of In the process I fixed a few other docs issues so I'll merge this now to avoid having the docs CI fail on |
* main: Preserve `base` and `loffset` arguments in `resample` (pydata#7444) ignore the `pkg_resources` deprecation warning (pydata#7594) Update contains_cftime_datetimes to avoid loading entire variable array (pydata#7494) Support first, last with dask arrays (pydata#7562) update the docs environment (pydata#7442) Add xCDAT to list of Xarray related projects (pydata#7579) [pre-commit.ci] pre-commit autoupdate (pydata#7565) fix nczarr when libnetcdf>4.8.1 (pydata#7575) use numpys SupportsDtype (pydata#7521)
Most notably:
python
to3.10
sphinx
to at least5.0
pydata-sphinx-theme
pin:sphinx-book-theme
pins to a exact minor version so pinning as well does not change anythingEdit: it seems this is blocked bysphinx-book-theme
pinningsphinx
to>=3,<5
. They already changed the pin, we're just waiting on a release