From 3b1b4b2ee62b2c0dfb5495f22e449a436dca1827 Mon Sep 17 00:00:00 2001 From: Aric Gardner Date: Fri, 24 Jul 2020 12:14:43 -0400 Subject: [PATCH] Add option for stable branch projects that want their intersphinx link to send them to the stable branch can swap branch for stablebranch in this file Signed-off-by: Aric Gardner Change-Id: Iea27bd0628b56f505dc83df37e64a76ace01a1c7 --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index d3101e9..99c64de 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -2,6 +2,7 @@ from docs_conf.conf import * #branch configuration branch = 'latest' +stablebranch = 'bronze' linkcheck_ignore = [ 'http://localhost', -- 2.16.6