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 Jan 2, 2024
1 parent 28c0b53 commit 11c58d4
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,17 +55,3 @@

# Level of headers to automatically generate label "slugs" (heading anchors).
myst_heading_anchors = 3


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

linkcheck_request_headers = {
'*': {
'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7',
'Accept-Encoding': 'gzip, deflate, br',
'Accept-Language': 'en-US,en;q=0.9',
'Cache-Control': 'max-age=0',
'Upgrade-Insecure-Requests': '1',
'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'
}
}

0 comments on commit 11c58d4

Please sign in to comment.