Skip to content

Commit 1ee5ba3

Browse files
committed
Check the documentation links for validity
1 parent 45a4067 commit 1ee5ba3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/docs.yml

+4
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ jobs:
3838
enable-cache: true
3939
cache-dependency-glob: "**/pyproject.toml"
4040

41+
- name: Check the links
42+
run: |
43+
uv run sphinx-build -M linkcheck docs/source docs/build
44+
4145
- name: Build the docs
4246
run: |
4347
uv run sphinx-build --fail-on-warning --nitpicky docs/source docs/build

0 commit comments

Comments
 (0)