Skip to content

Commit

Permalink
Try to set a User-Agent to access opensource.org
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Dec 13, 2024
1 parent e1562df commit f9cf89f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@
r"https://twiki.cern.ch/twiki/bin/view", # TWikis might need login
]

linkcheck_request_headers = {
"https://opensource.org": {
"User-Agent": "Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:24.0) Gecko/20100101 Firefox/24.0"
}
}

myst_heading_anchors = 3

myst_enable_extensions = ["colon_fence"]

0 comments on commit f9cf89f

Please sign in to comment.