summaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authorputhuparambil.aditya <aditya.puthuparambil@bell.ca>2022-04-21 14:08:18 +0100
committeraditya puthuparambil <aditya.puthuparambil@bell.ca>2022-04-25 10:22:20 +0000
commitd450b4a6297c490851dd1bb2fc8c8a867aaeebdf (patch)
tree595f1d549e691cad0e8b796199b3dccb3f9ae851 /docs/conf.py
parent14d6c9b861cddaee2a028ac545ea35ebb2cc8104 (diff)
Finalise documentation for Jakarta
Specified version of antrl4-maven-plugin Repo changed to jakarta All reference to OOM repo still points to master as Jakarta branching is not yet done for OOM. Issue-ID: CPS-976 Signed-off-by: puthuparambil.aditya <aditya.puthuparambil@bell.ca> Change-Id: Iaa22f169e11547c5ef45dee791f6cee590f1c2bc
Diffstat (limited to 'docs/conf.py')
-rwxr-xr-xdocs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 84dac1ea21..6c1f8f75de 100755
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -21,7 +21,7 @@ from docutils.parsers.rst import directives
from docs_conf.conf import *
#change 'latest' to relevant branch-name once branch has been created
-branch = 'latest'
+branch = 'jakarta'
doc_url = 'https://docs.onap.org/projects'
master_doc = 'index'