From 734972d5aacae588fbb3d0254b839f4924a4e1e2 Mon Sep 17 00:00:00 2001 From: Pey Lian Lim <2090236+pllim@users.noreply.github.com> Date: Tue, 21 Jul 2020 16:43:12 -0400 Subject: [PATCH 1/2] TST: linkcheck needs matplotlib to avoid warning --- .github/workflows/ci_workflows.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci_workflows.yml b/.github/workflows/ci_workflows.yml index 014f5ec..bc258ec 100644 --- a/.github/workflows/ci_workflows.yml +++ b/.github/workflows/ci_workflows.yml @@ -180,6 +180,7 @@ jobs: - name: Install and build run: | python -m pip install --upgrade pip setuptools sphinx-astropy + python -m pip install matplotlib python -m pip install -e . - name: Docs link check run: | From 5260679f326ea71100e7d6eeaf57f83eb3333271 Mon Sep 17 00:00:00 2001 From: Pey Lian Lim <2090236+pllim@users.noreply.github.com> Date: Fri, 24 Jul 2020 16:21:59 -0400 Subject: [PATCH 2/2] TST: Temporarily ignore broken Phoenix link --- docs/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 46d0901..8001432 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -133,6 +133,7 @@ linkcheck_ignore = ['https://hsthelp.stsci.edu', 'http://ssb.stsci.edu', 'http://www.stsci.edu', - 'https://www.as.arizona.edu/observing'] + 'https://www.as.arizona.edu/observing', + 'https://phoenix.ens-lyon.fr/simulator/index.faces'] linkcheck_timeout = 180 linkcheck_anchors = False