diff --git a/docs/conf.py b/docs/conf.py index 557f6ba..49dc5bf 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 +] \ No newline at end of file