Skip to content

Commit

Permalink
Merge pull request #120 from pllim/linkcheck-mpl
Browse files Browse the repository at this point in the history
TST: linkcheck needs matplotlib to avoid warning, handle broken link
  • Loading branch information
pllim authored Jul 24, 2020
2 parents bb3b7a7 + 5260679 commit 92293ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 92293ea

Please sign in to comment.