mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-05 08:52:31 -05:00
[CI Docs] Allow linkcheck to retry before declaring link broken (#3276)
* Update conf.py * Create 3276.misc.rst
This commit is contained in:
1
changelog.d/3276.misc.rst
Normal file
1
changelog.d/3276.misc.rst
Normal file
@@ -0,0 +1 @@
|
|||||||
|
Made docs linkcheck try link 3 times before declaring it broken.
|
||||||
@@ -207,6 +207,7 @@ texinfo_documents = [
|
|||||||
# A list of regular expressions that match URIs that should not be
|
# A list of regular expressions that match URIs that should not be
|
||||||
# checked when doing a linkcheck build.
|
# checked when doing a linkcheck build.
|
||||||
linkcheck_ignore = [r"https://java.com*", r"https://chocolatey.org*"]
|
linkcheck_ignore = [r"https://java.com*", r"https://chocolatey.org*"]
|
||||||
|
linkcheck_retries = 3
|
||||||
|
|
||||||
|
|
||||||
# -- Options for extensions -----------------------------------------------
|
# -- Options for extensions -----------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user