Skip to content

Commit

Permalink
Added GitHub action to check links
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz committed Dec 27, 2023
1 parent b0e4d59 commit 996000d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
# -- Options for linkcheck ---------------------------------------------------

linkcheck_request_headers = {
'https://docs.github.com/': {
'User-Agent': 'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:24.0) Gecko/20100101 Firefox/24.0'}
'*': {
'User-Agent': 'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:24.0) Gecko/20100101 Firefox/24.0'
}
}

0 comments on commit 996000d

Please sign in to comment.