You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The PyData theme migration in this branch (commit 7af9bb3) requires
pydata-sphinx-theme at the docs build venv. Add it to docs.in and
regenerate the py3.9-py3.13 docs.lock files via the
compile-doc-requirements pre-commit hooks. py3.14/docs.lock is updated
by copying the regenerated py3.13/docs.lock because the upstream
py3.14 pip-compile hook on 3006.x has a YAML bug (missing
"- id: pip-compile" before the py3.13 block) that silently overwrites
py3.14 with py3.13 content. Match that behavior here; fixing the hook
is out of scope for the theme PR.
0 commit comments