From cf0b0ac45be3d76e45b42ff742d447efffca61b8 Mon Sep 17 00:00:00 2001 From: Thomas Madlener Date: Fri, 13 Dec 2024 10:36:55 +0100 Subject: [PATCH] Switch to python3.12 --- conf.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/conf.py b/conf.py index 976f5f0..9b48151 100644 --- a/conf.py +++ b/conf.py @@ -43,11 +43,7 @@ r"https://twiki.cern.ch/twiki/bin/view", # TWikis might need login ] -linkcheck_request_headers = { - r"https://opensource.org": { - "User-Agent": "Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:24.0) Gecko/20100101 Firefox/24.0" - } -} +# linkcheck_request_headers = {r"https://opensource.org": {"User-Agent": ""}} myst_heading_anchors = 3