diff options
author | 2022-09-16 10:20:26 +0800 | |
---|---|---|
committer | 2022-09-16 10:21:18 +0800 | |
commit | 2cb8d26bb7af8913434d83972eb2c67c2da6908e (patch) | |
tree | 57246aaba49cf0d8fd7573a1010cf4014113740f /docs/conf.py | |
parent | 9b3f4329b71cda617397688ea06fe41cb623841f (diff) |
Updated related docs
Issue-ID: HOLMES-569
Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
Change-Id: I825ac2dfddbce90f4a1ff101759d373a4f4b9779
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py index 13d37b9..db098a7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,5 +1,8 @@ from docs_conf.conf import * +release = "master" +version = "master" + branch = 'latest' master_doc = 'index' |