diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2021-06-19 15:10:50 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-19 13:10:50 -0600 |
| commit | ce80be2d26b76563cd2e495ab13f09f9ce0da4dd (patch) | |
| tree | 438add8720de951608d9c503afe22c563c4fffc9 /docs | |
| parent | a4aa852a17f8f097c46d16a58fc66ebfcf5e121e (diff) | |
| download | cryptography-ce80be2d26b76563cd2e495ab13f09f9ce0da4dd.tar.gz | |
Add another linkcheck ignore (#6129)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/conf.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py index 0db9dd8b8..f3b84c411 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -198,6 +198,8 @@ linkcheck_ignore = [ r"https://info.isl.ntt.co.jp/crypt/eng/camellia/", # Inconsistent small DH params they seem incapable of fixing r"https://www.secg.org/sec1-v2.pdf", + # Incomplete cert chain + r"https://e-trust.gosuslugi.ru", ] autosectionlabel_prefix_document = True |
