remove linkcheck step from rtd (#2081)

This commit is contained in:
Sam Wu
2023-04-24 15:54:23 -06:00
committed by GitHub
parent 57c601262b
commit 4c62bb74ff

View File

@@ -9,13 +9,6 @@ sphinx:
formats: [htmlzip]
python:
version: "3.8"
install:
- requirements: docs/.sphinx/requirements.txt
build:
os: "ubuntu-20.04"
tools:
python: "3.8"
jobs:
pre_build:
- python -m sphinx -b linkcheck docs/ _build/linkcheck