mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -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:
parent
3546dd14d0
commit
83e93916e8
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 -----------------------------------------------
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user