We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92afdfb commit 6e340baCopy full SHA for 6e340ba
conf.py
@@ -257,6 +257,10 @@ def get_version():
257
r'https://jenkins.aetherproject.org/.*',
258
r'https://gerrit.opencord.org/.*',
259
r'https://wiki.opennetworking.org/.*',
260
+ # Opennetworking.org currently returns certificate verification errors in CI
261
+ # (expired/invalid cert). Ignore their domain temporarily to avoid linkcheck
262
+ # failures. Replace or re-enable checks when upstream fixes their cert.
263
+ r'https?://opennetworking\.org/.*',
264
]
265
266
linkcheck_timeout = 3
0 commit comments