Skip to content

Commit

Permalink
ignore incf linkcheck errors
Browse files Browse the repository at this point in the history
  • Loading branch information
stephprince committed Nov 19, 2024
1 parent dbcf5fb commit c9a94c3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,10 @@ def __call__(self, filename):
nitpick_ignore = [('py:class', 'Intracomm'),
('py:class', 'BaseStorageSpec')]

linkcheck_ignore = [
r'https://training.incf.org/*' # temporary ignore until SSL certificate issue is resolved
]

suppress_warnings = ["config.cache"]

# Add any paths that contain templates here, relative to this directory.
Expand Down

0 comments on commit c9a94c3

Please sign in to comment.