Fix linkcheck-docs errors

This commit is contained in:
Ayaz Salikhov
2022-06-13 23:24:13 +04:00
parent 05bccffe7f
commit b7116fb176
2 changed files with 2 additions and 1 deletions

View File

@@ -94,6 +94,7 @@ linkcheck_ignore = [
r"https://docs.github\.com/.*", # 403 error r"https://docs.github\.com/.*", # 403 error
r"http://127\.0\.0\.1:49153/.*", # example r"http://127\.0\.0\.1:49153/.*", # example
r"https://mybinder\.org/v2/gh/.*", # lots of 500 errors r"https://mybinder\.org/v2/gh/.*", # lots of 500 errors
r"https://spark-packages.org/", # SSL: CERTIFICATE_VERIFY_FAILED
] ]
linkcheck_allowed_redirects = { linkcheck_allowed_redirects = {

View File

@@ -101,7 +101,7 @@ It contains:
[cloudpickle](https://github.com/cloudpipe/cloudpickle), [cloudpickle](https://github.com/cloudpipe/cloudpickle),
[conda-forge::blas=\*=openblas](https://www.openblas.net), [conda-forge::blas=\*=openblas](https://www.openblas.net),
[cython](https://cython.org), [cython](https://cython.org),
[dask](https://dask.org/), [dask](https://www.dask.org/),
[dill](https://pypi.org/project/dill/), [dill](https://pypi.org/project/dill/),
[h5py](https://www.h5py.org), [h5py](https://www.h5py.org),
[matplotlib-base](https://matplotlib.org/), [matplotlib-base](https://matplotlib.org/),