We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 175235f commit b0e4d59Copy full SHA for b0e4d59
docs/conf.py
@@ -55,3 +55,11 @@
55
56
# Level of headers to automatically generate label "slugs" (heading anchors).
57
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