From b90572dbab04bb0a162ec53dd50a50502a1a5df1 Mon Sep 17 00:00:00 2001 From: Trevor Bramwell Date: Tue, 6 Nov 2018 10:33:24 -0800 Subject: Set branch to Gambia for intersphinx linking This configures the intersphinx links on the stable branch to link against individual projects stable branch documents. Change-Id: Ibe25bec37cd5cde9ade8b17a90a751b84eb95325 Signed-off-by: Trevor Bramwell --- docs/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 08b1d6f38..cab087d5f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -47,9 +47,9 @@ version = 'Latest' release = 'Latest' # The branch this project should link against for projects # following the stable-branch process. On the opnfvdocs stable branch -# this should be set to 'stable/' where '' is the -# current stable release (Ex: 'stable/gambia') -branch = 'latest' +# this should be set to 'stable-' where '' is the +# current stable release (Ex: 'gambia') +branch = 'stable-gambia' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. -- cgit 1.2.3-korg