Skip to content

Commit b443a3b

Browse files
committed
Docs: call linkcheck Sphinx builder for our docs
Use `sphinx-build linkcheck` to validate external links.
1 parent ecc3fbb commit b443a3b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.readthedocs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ build:
1414
os: ubuntu-20.04
1515
tools:
1616
python: "3.8"
17+
jobs:
18+
pre_build:
19+
- sphinx-build -W -q -b linkcheck -d _build/doctrees docs/ _build/linkcheck
1720

1821
search:
1922
ranking:

0 commit comments

Comments
 (0)