Skip to content

Commit

Permalink
Make linkchecker more chatty
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Dec 13, 2024
1 parent cf0b0ac commit 27aff4c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
# Here it is useful to allow the configuration to be maintained elsewhere
# from starterkit_ci.sphinx_config import * # NOQA

import http.client

http.client.HTTPConnection.debuglevel = 1

project = "Key4hep"
copyright = "2020, Key4hep"
author = "Key4hep"
Expand Down Expand Up @@ -39,11 +43,15 @@
# f'_static',
# ]


# linkcheck_request_headers = {
# "https://opensource.org": {"User-Agent": "Python-urllib/3.12"}
# }

linkcheck_ignore = [
r"https://twiki.cern.ch/twiki/bin/view", # TWikis might need login
]

# linkcheck_request_headers = {r"https://opensource.org": {"User-Agent": ""}}

myst_heading_anchors = 3

Expand Down

0 comments on commit 27aff4c

Please sign in to comment.