Skip to content

Commit 89d3fd0

Browse files
authored
PYTHON-3279 Don't link check flakey wiki.centos.org (#951)
1 parent e02eb28 commit 89d3fd0

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

doc/changelog.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -755,8 +755,8 @@ Changes in Version 3.8.0
755755

756756
.. warning:: PyMongo no longer supports Python 2.6. RHEL 6 users should install
757757
Python 2.7 or newer from `Red Hat Software Collections
758-
<https://www.softwarecollections.org>`_. CentOS 6 users should install Python
759-
2.7 or newer from `SCL
758+
<https://developers.redhat.com/products/softwarecollections/overview>`_.
759+
CentOS 6 users should install Python 2.7 or newer from `SCL
760760
<https://wiki.centos.org/AdditionalResources/Repositories/SCL>`_
761761

762762
.. warning:: PyMongo no longer supports PyPy3 versions older than 3.5. Users

doc/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@
8484
# The anchors on the rendered markdown page are created after the fact,
8585
# so this link results in a 404.
8686
linkcheck_ignore = [
87-
"https://github.com/mongodb/specifications/blob/master/source/server-discovery-and-monitoring/server-monitoring.rst#requesting-an-immediate-check"
87+
"https://github.com/mongodb/specifications/blob/master/source/server-discovery-and-monitoring/server-monitoring.rst#requesting-an-immediate-check",
88+
r"https://wiki.centos.org/[\w/]*",
8889
]
8990

9091
# -- Options for extensions ----------------------------------------------------

0 commit comments

Comments
 (0)