We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 941d46a commit 32af79dCopy full SHA for 32af79d
1 file changed
.github/workflows/check_docs_build.yml
@@ -34,7 +34,7 @@ jobs:
34
. $GITHUB_WORKSPACE/venv/bin/activate
35
uv pip install -e . --no-deps
36
uv pip install torch
37
- sphinx-build -W -b html docs docs/_build/html
+ sphinx-build -b html docs docs/_build/html
38
env:
39
JAX_PLATFORMS: cpu
40
CUDA_VISIBLE_DEVICES: ""
0 commit comments