diff options
author | 2018-11-06 10:33:24 -0800 | |
---|---|---|
committer | 2018-11-06 10:33:24 -0800 | |
commit | b90572dbab04bb0a162ec53dd50a50502a1a5df1 (patch) | |
tree | 00291ffd7a5c1dfdb8b7aad544a9b609709b09ef /docs | |
parent | 04446f1a5302306eaace8ca041e13827a4f6c6b7 (diff) |
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 <tbramwell@linuxfoundation.org>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf.py | 6 |
1 files 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/<release>' where '<release>' is the -# current stable release (Ex: 'stable/gambia') -branch = 'latest' +# this should be set to 'stable-<release>' where '<release>' 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. |