aboutsummaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authordyh <dengyuanhong@chinamobile.com>2021-02-03 09:42:44 +0800
committerdyh <dengyuanhong@chinamobile.com>2021-02-03 09:43:35 +0800
commita9b8a34de89c4459bb234aa4782480f5197bf3e6 (patch)
tree85eece38df61f7fb46a2fae6b08a61c4e99043d1 /docs/conf.py
parentfea259e93f8313f3e95d170b970dd97d9b339215 (diff)
Add missing docs import
Change-Id: I425b007ff9b22b35f61bffbd931eb3ef778d6b10 Issue-ID: VFC-1804 Signed-off-by: dyh <dengyuanhong@chinamobile.com>
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 072d3305..8c226ba8 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -1,3 +1,5 @@
+from docs_conf.conf import *
+
branch = 'latest'
master_doc = 'index'