Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
docsite: skip checking github help pages
Browse files Browse the repository at this point in the history
Access with curl and the linkchecker results in a 403 error although normal
browsers work:

curl
https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests

<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'><html xmlns='http://www.w3.org/1999/xhtml'><head><meta content='text/html; charset=utf-8' http-equiv='content-type'/><style type='text/css'>body { font-family:Arial; margin-left:40px; }img  { border:0 none; }#content { margin-left: auto; margin-right: auto }#message h2 { font-size: 20px; font-weight: normal; color: #000000; margin: 34px 0px 0px 0px }#message p  { font-size: 13px; color: #000000; margin: 7px 0px 0px 0px }#errorref { font-size: 11px; color: #737373; margin-top: 41px }</style><title>Microsoft</title></head><body><div id='content'><div id='message'><h2>The request is blocked.</h2></div><div id='errorref'><span>04jBVYgAAAADJALaYNJu0R4BMIQOjh+fqRlJBRURHRTEwMDcANTk2ZDc4YTItY2E1Zi00NzlkLWJjZGMtMDgzNTgzMzE3NGIy</span></div></div></body></html>
  • Loading branch information
pohly committed Apr 13, 2022
1 parent 50a55e6 commit 53f443f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
"sphinx_copybutton"
],
"linkcheck_ignore": [
"https://help.github.com/en/articles/creating-a-personal-access-token-for-the-command-line",
"https://help.github.com/articles/using-pull-requests/",
"https://intel.github.io/pmem-csi/1.0/",
".*cloudnative-k8sci.southcentralus.cloudapp.azure.com.*"
],
Expand Down

0 comments on commit 53f443f

Please sign in to comment.