Skip to content

Commit b0e4d59

Browse files
committed
Added GitHub action to check links
1 parent 175235f commit b0e4d59

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/conf.py

+8
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,11 @@
5555

5656
# Level of headers to automatically generate label "slugs" (heading anchors).
5757
myst_heading_anchors = 3
58+
59+
60+
# -- Options for linkcheck ---------------------------------------------------
61+
62+
linkcheck_request_headers = {
63+
'https://docs.github.com/': {
64+
'User-Agent': 'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:24.0) Gecko/20100101 Firefox/24.0'}
65+
}

0 commit comments

Comments
 (0)