[SDFAB-595] Add queues configuration
Change-Id: I0f8e0fdd058c41da8262690142051723601006e4
diff --git a/conf.py b/conf.py
index ec932a7..29956cc 100644
--- a/conf.py
+++ b/conf.py
@@ -68,7 +68,7 @@
prep_commands = [
]
-# inlcude only the branches matching master and sdfabric-*
+# include only the branches matching master and sdfabric-*
smv_branch_whitelist = r'^(master|sdfabric-.*)$'
# include all remote branches
@@ -243,6 +243,7 @@
# -- Options for linkcheck ---------------------------------------------------
# The link checker strips off .md from links and then complains
linkcheck_ignore = [
+ r'https://github.com/stratum/fabric-tna/*' # Ignore link of private repos
]
linkcheck_timeout = 3