Skip to content

Commit cd3ce17

Browse files
committed
ci(tests[builder]): Switch docs CI check to dirhtml to match deploy
why: CI should validate the same builder format that gets deployed; keeps tests.yml and docs.yml in sync what: - Change sphinx-build -b html to -b dirhtml in tests docs job
1 parent e073ec6 commit cd3ce17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
run: uv sync --all-packages --all-extras --group dev
8080

8181
- name: Build documentation with warnings as errors
82-
run: uv run sphinx-build -W -b html docs docs/_build/html
82+
run: uv run sphinx-build -W -b dirhtml docs docs/_build/html
8383

8484
packages:
8585
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)