Improve docs/conf.py
[transportpce.git] / docs / conf.py
index 925316abfa248333bf07605e24fc4a9ad928c78e..6fc455a5b8c672010ca36e68c9c4386d01679850 100644 (file)
@@ -11,4 +11,9 @@
 ##############################################################################
 
 from docs_conf.conf import *
+linkcheck_ignore = [
+    # Ignore dmaap sample URL
+    'https://dmaap-mr:30226',
+]
+linkcheck_timeout = 300