From 4c62bb74ffa897ec6d1413af1491f7aea0ec914d Mon Sep 17 00:00:00 2001 From: Sam Wu Date: Mon, 24 Apr 2023 15:54:23 -0600 Subject: [PATCH] remove linkcheck step from rtd (#2081) --- .readthedocs.yaml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 641e7513f..43a0890c9 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -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