Skip to content

Commit

Permalink
conf.py: add linkcheck_ignore for libuuid page
Browse files Browse the repository at this point in the history
  • Loading branch information
odscjen committed May 28, 2024
1 parent 41addf3 commit 5d704fc
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 5d704fc

Please sign in to comment.