Skip to content

Commit

Permalink
Add www.baeldung.com/cs/ssh-intro to linkcheck ignore list
Browse files Browse the repository at this point in the history
It causes a "403 Client Error: Forbidden" error when checked from the
GitHub Actions linkcheck workflow. Guessing that the server owners
don't like their content being accessed by automation.
  • Loading branch information
douglatornell committed Sep 16, 2021
1 parent 4232617 commit 9bfac85
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,15 @@
("https://salishsea-meopar-docs.readthedocs.io/en/latest/", None),
}

# Private GitHub repositories that linkcheck will ignore

linkcheck_ignore = [
# Private GitHub repositories that linkcheck will ignore
'https://github.com/SalishSeaCast/NEMO-3.6-code',
'https://github.com/SalishSeaCast/rpn-to-gemlam',
'https://github.com/SalishSeaCast/XIOS-2',
'https://github.com/UBC-MOAD/ariane-2.3.0_03',
# Fails with "403 Client Error: Forbidden" when checked from GitHub Actions
'https://www.baeldung.com/cs/ssh-intro',
]

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

0 comments on commit 9bfac85

Please sign in to comment.