From bf2f16e11cb4fd817c73681a7f3d000fbdb34aed Mon Sep 17 00:00:00 2001 From: Shane Harvey Date: Mon, 23 May 2022 11:06:41 -0700 Subject: [PATCH 1/2] PYTHON-3279 Don't link check flakey wiki.centos.org --- doc/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index a5c5be2694..7b1580de32 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -84,7 +84,8 @@ # The anchors on the rendered markdown page are created after the fact, # so this link results in a 404. linkcheck_ignore = [ - "https://github.com/mongodb/specifications/blob/master/source/server-discovery-and-monitoring/server-monitoring.rst#requesting-an-immediate-check" + "https://github.com/mongodb/specifications/blob/master/source/server-discovery-and-monitoring/server-monitoring.rst#requesting-an-immediate-check", + r"https://wiki.centos.org/[\w/]*", ] # -- Options for extensions ---------------------------------------------------- From cd7e94dba5a22a8fe23ca196123423e819ee8f9b Mon Sep 17 00:00:00 2001 From: Shane Harvey Date: Mon, 23 May 2022 11:24:46 -0700 Subject: [PATCH 2/2] PYTHON-3279 Replace broken link --- doc/changelog.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/changelog.rst b/doc/changelog.rst index 5538467d0c..f1085c4bff 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -755,8 +755,8 @@ Changes in Version 3.8.0 .. warning:: PyMongo no longer supports Python 2.6. RHEL 6 users should install Python 2.7 or newer from `Red Hat Software Collections - `_. CentOS 6 users should install Python - 2.7 or newer from `SCL + `_. + CentOS 6 users should install Python 2.7 or newer from `SCL `_ .. warning:: PyMongo no longer supports PyPy3 versions older than 3.5. Users