Skip to content

Commit

Permalink
TST: disable link check for https://doi.org/
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw authored and ATriantafyllopoulos committed Oct 29, 2020
1 parent 431a4de commit a99cfd1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@

nbsphinx_execute = 'never'

linkcheck_ignore = [
'https://doi.org/', # has timeouts from time to time
]

# HTML --------------------------------------------------------------------

html_theme = 'sphinx_rtd_theme'
Expand Down

0 comments on commit a99cfd1

Please sign in to comment.