|
79 | 79 | r"http://127.0.0.1", |
80 | 80 | r"http://yoursite", |
81 | 81 | r"https://www.linode.com", |
82 | | - r"https://github.com/orgs/plone/teams/developers", # requires auth |
| 82 | + r"https://vhs-ehrenamtsportal.de", # SSLError(SSLCertVerificationError |
| 83 | + r"https://github.com/orgs/plone/teams/", # requires auth |
83 | 84 | r"https://github.com/plone/documentation/issues/new/choose", # requires auth |
84 | 85 | # Ignore specific anchors |
85 | 86 | r"https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS/Errors#Identifying_the_issue", |
|
99 | 100 | r"^/_static/", |
100 | 101 | ] |
101 | 102 | linkcheck_anchors = True |
102 | | -linkcheck_timeout = 10 |
103 | | -linkcheck_retries = 2 |
| 103 | +linkcheck_timeout = 5 |
| 104 | +linkcheck_retries = 1 |
104 | 105 |
|
105 | 106 | # The suffix of source filenames. |
106 | 107 | source_suffix = { |
|
129 | 130 | "plone.restapi/news", |
130 | 131 | "plone.restapi/performance", |
131 | 132 | "plone.restapi/src", |
132 | | - "volto/developer-guidelines/branch-policy.md", |
| 133 | + "volto/contributing/branch-policy.md", |
133 | 134 | ] |
134 | 135 |
|
135 | 136 | html_js_files = ["patch_scrollToActive.js", "search_shortcut.js"] |
|
186 | 187 | intersphinx_mapping = { |
187 | 188 | "plone": ("https://6.docs.plone.org/", None), # for imported packages |
188 | 189 | "python": ("https://docs.python.org/3/", None), |
189 | | - "training": ("https://training.plone.org/5/", None), |
| 190 | + "training": ("https://training.plone.org/", None), |
190 | 191 | } |
191 | 192 |
|
192 | 193 |
|
@@ -322,7 +323,7 @@ def source_replace(app, docname, source): |
322 | 323 | # Dict of replacements. |
323 | 324 | source_replacements = { |
324 | 325 | "{PLONE_BACKEND_MINOR_VERSION}": "6.0", |
325 | | - "{PLONE_BACKEND_PATCH_VERSION}": "6.0.2", |
| 326 | + "{PLONE_BACKEND_PATCH_VERSION}": "6.0.3", |
326 | 327 | "{NVM_VERSION}": "0.39.3", |
327 | 328 | } |
328 | 329 |
|
|
0 commit comments