Skip to content

Commit

Permalink
Merge pull request #284 from Open-Telecoms-Data/linkcheck-broken-ignore
Browse files Browse the repository at this point in the history
(chore) conf.py: add linkcheck_ignore for libuuid page
  • Loading branch information
duncandewhurst authored Jun 11, 2024
2 parents 41addf3 + 5d704fc commit 8787ee2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,3 +364,9 @@

locale_dirs = ['locale/'] # path is example but recommended.
gettext_compact = False # optional.

# -- Options for linkcheck builder ---------------------------------------------

linkcheck_ignore = [
'https://linux.die.net/man/3/libuuid', # 403 Client Error: Forbidden for url
]

0 comments on commit 8787ee2

Please sign in to comment.