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 6e340ba commit fe79b45Copy full SHA for fe79b45
conf.py
@@ -257,9 +257,6 @@ 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
dict.txt
@@ -120,6 +120,7 @@ eNBID
120
eNBs
121
eNodeB
122
eb
123
+emptyDir
124
eno
125
epc
126
equipments
@@ -267,5 +268,3 @@ webconsole
267
268
webhooks
269
webui
270
yaml
-
271
-emptyDir
0 commit comments