We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beb6de9 commit 1fe2d0fCopy full SHA for 1fe2d0f
1 file changed
.github/workflows/ci.yml
@@ -146,7 +146,7 @@ jobs:
146
- name: Install dependencies
147
run: uv sync --no-dev --group docs
148
- name: Build documentation
149
- run: uv run --no-sync sphinx-build -W --keep-going -b html docs/source docs/build/html
+ run: uv run --no-sync sphinx-build --keep-going -b html docs/source docs/build/html
150
# ----------------------------------------------------------------------------------------------
151
# Code Coverage
152
0 commit comments