Set Python and Ubuntu versions in .readthedocs.yaml
[modeling/etsicatalog.git] / docs / conf.py
index 70937d7..fffe18d 100644 (file)
@@ -52,5 +52,7 @@ def setup(app):
     app.add_css_file("css/ribbon.css")
 
 linkcheck_ignore = [
-  r'http://localhost:\d+/'
+  r'http://localhost:\d+/',
+  r'http://127.0.0.1/*',
+  r'https://msb_ip:*'
 ]
\ No newline at end of file