Now that Sphinx 9.0.0 is out my builds are failing due to numpydoc 1.9.0 not having #649 which is a fix/workaround for sphinx-doc/sphinx#13942 . @jarrodmillman could you cut a 1.10.0 quickly? Or if it's as trivial as setting the __version__ to 1.10.0 and adding myself to
|
if: github.repository_owner == 'numpy' && startsWith(github.ref, 'refs/tags/v') && github.actor == 'jarrodmillman' && always() |
(or really I'm not sure we need an actor allowlist?) then I can do it. And any other maintainers, any objections?
Now that Sphinx 9.0.0 is out my builds are failing due to numpydoc 1.9.0 not having #649 which is a fix/workaround for sphinx-doc/sphinx#13942 . @jarrodmillman could you cut a 1.10.0 quickly? Or if it's as trivial as setting the
__version__to1.10.0and adding myself tonumpydoc/.github/workflows/release.yml
Line 35 in b88f5ee