diff options
author | wr148d <wr148d@att.com> | 2022-10-25 10:06:03 -0400 |
---|---|---|
committer | wr148d <wr148d@att.com> | 2022-10-25 11:50:20 -0400 |
commit | fadffe77510847b9e0ba8333616f48fcd73151f9 (patch) | |
tree | 46de24253befd76ecd3cd4478bbdd78b23c6201f /docs/conf.py | |
parent | deeec2891fd626ca297e228f301a5805eef6e361 (diff) |
[AAI] Document process updates for Kohn
Issue-ID: AAI-3542
Change-Id: Ibcaab80db868ed4a5f1da81e1d7168b107b0f949
Signed-off-by: wr148d <wr148d@att.com>
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py index d211470a..a703bc95 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -2,6 +2,8 @@ from docs_conf.conf import * branch = 'latest' master_doc = 'index' +release = "kohn" +version = "kohn" linkcheck_ignore = [ 'http://localhost', |