File tree Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 18
18
docs-linkcheck :
19
19
runs-on : ubuntu-latest
20
20
name : " linkcheck"
21
- timeout-minutes : 10
21
+ timeout-minutes : 20
22
22
steps :
23
23
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
24
24
with :
35
35
# This creates the same key as the docs job (as long as they have the same
36
36
# python version)
37
37
key : 3.11-${{ steps.setup-python.outputs.python-version }}
38
- - run : python -m pip install -c ci-constraints-requirements.txt nox
38
+ - run : python -m pip install -c ci-constraints-requirements.txt ' nox[uv]'
39
39
- name : Build nox environment
40
40
run : |
41
41
nox -v --install-only -s docs-linkcheck
Original file line number Diff line number Diff line change 201
201
r"https://\w+.stackexchange.com" ,
202
202
r"https://stackoverflow.com" ,
203
203
r"https://webstore.ansi.org" ,
204
- # GitHub changed how they do page renders so anchor detection
205
- # no longer works in source view
206
- r"https://github.com/.*/blob/.*#L\d+" ,
207
204
# Kuleuven struggles with the endless forward march of time
208
205
r"https://www.cosic.esat.kuleuven.be" ,
209
206
# CMU doesn't know how to send intermediates
210
207
r"https://wiki.sei.cmu.edu" ,
208
+ # GitHub has started heavily rate-limiting causing job failures
209
+ r"https://github.com" ,
211
210
]
212
211
213
212
autosectionlabel_prefix_document = True
Original file line number Diff line number Diff line change @@ -352,8 +352,7 @@ X.509
352
352
* ``ecdsa_root.pem `` - `DigiCert Global Root G3 `_, a ``secp384r1 `` ECDSA root
353
353
certificate.
354
354
* ``verisign-md2-root.pem `` - A legacy Verisign public root signed using the
355
- MD2 algorithm. This is a PEM conversion of the `root data `_ in the NSS source
356
- tree.
355
+ MD2 algorithm.
357
356
* ``cryptography.io.pem `` - A leaf certificate issued by RapidSSL for the
358
357
cryptography website.
359
358
* ``cryptography.io.old_header.pem `` - A leaf certificate issued by RapidSSL
@@ -1238,7 +1237,6 @@ header format (substituting the correct information):
1238
1237
.. _`NIST PKI Testing` : https://csrc.nist.gov/Projects/PKI-Testing
1239
1238
.. _`testx509.pem` : https://github.com/openssl/openssl/blob/master/test/testx509.pem
1240
1239
.. _`DigiCert Global Root G3` : http://cacerts.digicert.com/DigiCertGlobalRootG3.crt
1241
- .. _`root data` : https://hg.mozilla.org/projects/nss/file/25b2922cc564/security/nss/lib/ckfw/builtins/certdata.txt#l2053
1242
1240
.. _`asymmetric/public/PKCS1/dsa.pub.pem` : https://github.com/ruby/ruby/blob/4ccb387f3bc436a08fc6d72c4931994f5de95110/test/openssl/test_pkey_dsa.rb#L53
1243
1241
.. _`Mozilla bug` : https://bugzilla.mozilla.org/show_bug.cgi?id=233586
1244
1242
.. _`Russian CA` : https://e-trust.gosuslugi.ru/
You can’t perform that action at this time.
0 commit comments