mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
Update the linkcheck ignores (#4511)
* Update the linkcheck ignores * Hack? * Ok, this should work
This commit is contained in:
parent
71e4251d83
commit
a9feff3d43
1 changed files with 5 additions and 2 deletions
|
|
@ -179,6 +179,9 @@ epub_theme = 'epub'
|
|||
linkcheck_retries = 5
|
||||
|
||||
linkcheck_ignore = [
|
||||
# Certificate is issued by a Japanese CA that isn't publicly trusted
|
||||
"https://www.cryptrec.go.jp",
|
||||
# Returns a 404 if you're not logged in
|
||||
(
|
||||
"https://ci.cryptography.io/"
|
||||
"job/cryptography-support-jobs/job/openssl-release-1.1/"
|
||||
),
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue