File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -1700,8 +1700,7 @@ Changes in Version 3.8.0 (2019/04/22)
1700
1700
-------------------------------------
1701
1701
1702
1702
.. warning :: PyMongo no longer supports Python 2.6. RHEL 6 users should install
1703
- Python 2.7 or newer from `Red Hat Software Collections
1704
- <https://developers.redhat.com/products/softwarecollections/overview> `_.
1703
+ Python 2.7 or newer from Red Hat Software Collections.
1705
1704
CentOS 6 users should install Python 2.7 or newer from `SCL
1706
1705
<https://wiki.centos.org/AdditionalResources/Repositories/SCL> `_
1707
1706
Original file line number Diff line number Diff line change 82
82
# Options for link checking
83
83
# The anchors on the rendered markdown page are created after the fact,
84
84
# so those link results in a 404.
85
- # wiki.centos.org has been flakey .
85
+ # wiki.centos.org has been flaky .
86
86
# sourceforge.net is giving a 403 error, but is still accessible from the browser.
87
87
linkcheck_ignore = [
88
88
"https://github.com/mongodb/specifications/blob/master/source/server-discovery-and-monitoring/server-monitoring.md#requesting-an-immediate-check" ,
91
91
r"https://sourceforge.net/" ,
92
92
]
93
93
94
+ # Allow for flaky links.
95
+ linkcheck_retries = 3
96
+
94
97
# -- Options for extensions ----------------------------------------------------
95
98
autoclass_content = "init"
96
99
You can’t perform that action at this time.
0 commit comments