diff options
author | wr148d <wr148d@att.com> | 2022-10-25 09:50:33 -0400 |
---|---|---|
committer | wr148d <wr148d@att.com> | 2022-10-25 09:50:33 -0400 |
commit | f57d4e4c8c71501d8a365f1ce6931be930b97912 (patch) | |
tree | 72d303a8420378f43fa7a98322b850c4099773ab | |
parent | 450bbbbe6c4242ab4764bc7bee7102ec640ba5e6 (diff) |
[AAI] Document process updates
Issue-ID: AAI-3539
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I8490cf87743d356120eb631964531bf597a14696
-rw-r--r-- | .gitreview | 1 | ||||
-rw-r--r-- | docs/conf.py | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -2,3 +2,4 @@ host=gerrit.onap.org port=29418 project=aai/sparky-be +defaultbranch=master diff --git a/docs/conf.py b/docs/conf.py index d211470..3a7958d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -2,6 +2,8 @@ from docs_conf.conf import * branch = 'latest' master_doc = 'index' +release = 'master' +version = 'master' linkcheck_ignore = [ 'http://localhost', |