Skip to content

Commit

Permalink
Correcting linkcheck_ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Hooverdan96 committed Oct 22, 2024
1 parent 013233e commit db3b12a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,10 +266,11 @@
# -- Options for linkcheck ------------------------------------------------
linkcheck_retries = 2
linkcheck_timeout = 20
linkcheck_ignore = [r'https://web.libera.chat/#btrfs']
linkcheck_ignore = [r'https://ark.intel.com/']
linkcheck_ignore = [r'https://opensource.org/license/mit-0']
linkcheck_ignore = [r'https://opensource.org/license/apache-2-0']
linkcheck_ignore = [r'https://web.libera.chat/#btrfs',
r'https://ark.intel.com/',
r'https://opensource.org/license/mit-0',
r'https://opensource.org/license/apache-2-0'
]

# -- Options for sphinxext.rediraffe --------------------------------------
rediraffe_redirects = "redirects.txt"
Expand Down

0 comments on commit db3b12a

Please sign in to comment.