Skip to content

Commit

Permalink
ci: trying chrome user-agent
Browse files Browse the repository at this point in the history
  • Loading branch information
gtdang committed Aug 8, 2024
1 parent 706c081 commit 8a7ba52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@
'https://groups.google.com/g/hnnsolver'
]
linkcheck_request_headers = {
r'http://biorxiv.org/': {'User-Agent': 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64) Gecko/20100101 Firefox/128.0'}
r'http://biorxiv.org/': {'User-Agent': 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'}
}

# Resolve binder filepath_prefix. From the docs:
Expand Down

0 comments on commit 8a7ba52

Please sign in to comment.