diff --git a/docs/conf.py b/docs/conf.py index 9a1c25f875..3c08f68317 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -298,8 +298,10 @@ }) # Options for linkcheck -linkcheck_ignore = ['https://github.com/spacetelescope/jdaviz/settings/branches'] - +linkcheck_ignore = [ + 'https://github.com/spacetelescope/jdaviz/settings/branches', + 'https://pypi.org/project/jdaviz/#files' +] # -- Custom directive -------------------------------------------