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 175235f commit b0e4d59
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,11 @@

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


# -- 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'}
}

0 comments on commit b0e4d59

Please sign in to comment.