File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -226,10 +226,22 @@ def get_version():
226226linkcheck_retries = 3
227227linkcheck_timeout = 100
228228linkcheck_allow_unauthorized = True
229+ linkcheck_workers = 5
230+ linkcheck_rate_limit_timeout = 60
231+
232+ user_agent = "Mozilla/5.0 (X11; Linux x86_64; rv:120.0) Gecko/20100101 Firefox/120.0"
233+ linkcheck_request_headers = {
234+ "*" : {
235+ "User-Agent" : (
236+ "Mozilla/5.0 (X11; Linux x86_64; rv:120.0) "
237+ "Gecko/20100101 Firefox/120.0"
238+ )
239+ }
240+ }
229241linkcheck_ignore = [r"https://doi.org/10.1103/[Pp]hys[Rr]ev*" ,
230- "https://www.sciencedirect.com/science/article/pii/S016892741200133X" ]
231- user_agent = "Mozilla/5.0 (X11; Linux x86_64; rv:25.0) Gecko/20100101 Firefox/25.0"
232-
242+ "https://www.sciencedirect.com/science/article/pii/S016892741200133X" ,
243+ "https://doi.org/10.1145/641876.641877" ,
244+ "https://doi.org/10.1137/S1064827597326651" ]
233245
234246# -- Options for Texinfo output -------------------------------------------
235247
You can’t perform that action at this time.
0 commit comments