Add linkcheck to readthedocs CI (#1253)

This commit is contained in:
Teemu R.
2024-11-13 18:42:45 +01:00
committed by GitHub
parent a82ee56a27
commit 1eaae37c55
3 changed files with 5 additions and 2 deletions

View File

@@ -6,6 +6,9 @@ build:
os: ubuntu-22.04
tools:
python: "3"
jobs:
pre_build:
- python -m sphinx -b linkcheck docs/source/ $READTHEDOCS_OUTPUT/linkcheck
python:
install: