Skip to content

Commit 32af79d

Browse files
committed
warnings are not errors
1 parent 941d46a commit 32af79d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/check_docs_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
. $GITHUB_WORKSPACE/venv/bin/activate
3535
uv pip install -e . --no-deps
3636
uv pip install torch
37-
sphinx-build -W -b html docs docs/_build/html
37+
sphinx-build -b html docs docs/_build/html
3838
env:
3939
JAX_PLATFORMS: cpu
4040
CUDA_VISIBLE_DEVICES: ""

0 commit comments

Comments
 (0)