update link to upper-constraints.txt
[multicloud/framework.git] / docs / conf.py
index 667f168..2248321 100644 (file)
@@ -52,5 +52,7 @@ def setup(app):
     app.add_css_file("css/ribbon.css")
 
 linkcheck_ignore = [
-  r'http://localhost:\d+/'
-]
\ No newline at end of file
+  r'http:\.*',
+  r'https:\.*'
+  r'\.*'
+]