Skip to content

[pull] master from ray-project:master#1072

Merged
pull[bot] merged 2 commits into
garymm:masterfrom
ray-project:master
Jun 13, 2026
Merged

[pull] master from ray-project:master#1072
pull[bot] merged 2 commits into
garymm:masterfrom
ray-project:master

Conversation

@pull

@pull pull Bot commented Jun 13, 2026

Copy link
Copy Markdown

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

ronny-anyscale and others added 2 commits June 12, 2026 13:19
## Why are these changes needed?

`sphinx`, `myst-parser`, `myst-nb`, and `jupytext` were pinned in the
shared test
requirements (`test-requirements.txt` and its py313/llm/train variants),
which feed
~9 CI depsets across py3.10–3.13 and the `ray-ml` images. Nothing in
product or test
code imports them:

- Doctests run via the `doctest` Bazel macro (`pytest --doctest-modules`
+ `pytest-sphinx`).
- The docs build and the `ci/ray_ci/doc` tooling get Sphinx from
`doc/requirements-doc.txt`
  and `release/requirements_py310.txt`, respectively.

Carrying Sphinx in the shared test stack coupled the docs Sphinx version
to the py3.10
CI matrix, which blocks upgrading Sphinx (8.2 requires py3.11, 9.x
requires py3.12).
Removing it lets the docs Sphinx version move independently. This is a
prerequisite for
the upcoming Sphinx 8 → 9 upgrade; it does **not** change the Sphinx
version itself.

## What changed

- Removed `sphinx` / `myst-parser` / `myst-nb` / `jupytext` from
`test-requirements.txt`,
  `py313/test-requirements.txt`, `llm/llm-test-requirements.txt`, and
`ml/py313/train-test-requirements.txt`. **`pytest-sphinx` is kept** —
the doctest macro needs it.
- Regenerated `requirements_compiled*.txt` and all deplocks (`raydepsets
--all-configs`).

## What is intentionally unchanged

The docs build itself: `doc/requirements-doc.txt` and
`release/requirements_py310.txt`
stay at `sphinx==7.3.7`. After this lands, `sphinx==` appears in exactly
one deplock —
`python/deplocks/docs/docbuild_depset_py3.10.lock` (the docs build) —
and is gone from all
test/CI/doctest/llm/ml locks.

## Related issue number

N/A — prerequisite refactor for the Sphinx 8 → 9 upgrade.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

---------

Signed-off-by: Ronny Roland <ronny.roland@anyscale.com>
Signed-off-by: ronny.roland <ronny.roland@anyscale.com>
Signed-off-by: elliot-barn <elliot.barnwell@anyscale.com>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-authored-by: elliot-barn <elliot.barnwell@anyscale.com>
## Why are these changes needed?

Upgrades NIXL from v1.0.0/v1.1.0 to v1.2.0 across all requirement files.

## Related issue number

<!-- For example: "Closes #1234" -->

## Checks

- [ ] I've signed off every commit(by using the -s flag, i.e., `git
commit -s`) in this PR.
- [ ] I've run the linter checks using
`./ci/lint/check-git-clang-format.sh` (C++ only).
- [ ] I've included any doc changes needed for
https://docs.ray.io/en/master/.
- [ ] I've added any new required tests.
- [ ] I've verified the PR title follows the semantic commit message
format (https://www.conventionalcommits.org/en/v1.0.0/).
- [ ] Tests are passing (if applicable).
@pull pull Bot locked and limited conversation to collaborators Jun 13, 2026
@pull pull Bot added the ⤵️ pull label Jun 13, 2026
@pull pull Bot merged commit 606b434 into garymm:master Jun 13, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants