Skip to content

Commit 1fe2d0f

Browse files
authored
Remove fail on warning.
Reverted fail on warning.
1 parent beb6de9 commit 1fe2d0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
- name: Install dependencies
147147
run: uv sync --no-dev --group docs
148148
- name: Build documentation
149-
run: uv run --no-sync sphinx-build -W --keep-going -b html docs/source docs/build/html
149+
run: uv run --no-sync sphinx-build --keep-going -b html docs/source docs/build/html
150150
# ----------------------------------------------------------------------------------------------
151151
# Code Coverage
152152
# ----------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)