diff options
author | wr148d <wr148d@att.com> | 2022-10-25 09:50:30 -0400 |
---|---|---|
committer | wr148d <wr148d@att.com> | 2022-10-25 09:50:30 -0400 |
commit | 16cd38a6ddbfd6182e4718292352be2d4d0b92ab (patch) | |
tree | ed9560aae41645d392d55b7a4e89b78a12826ba0 | |
parent | deeec2891fd626ca297e228f301a5805eef6e361 (diff) |
[AAI] Document process updates
Issue-ID: AAI-3539
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I9c83b86e31748745a3754887858406f20093964f
-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/aai-common +defaultbranch=master diff --git a/docs/conf.py b/docs/conf.py index d211470a..3a7958d1 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', |