File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 8484# The anchors on the rendered markdown page are created after the fact,
8585# so this link results in a 404.
8686linkcheck_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 ----------------------------------------------------
You can’t perform that action at this time.
0 commit comments