aboutsummaryrefslogtreecommitdiffstats
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
parentfea259e93f8313f3e95d170b970dd97d9b339215 (diff)
Add missing docs import
Change-Id: I425b007ff9b22b35f61bffbd931eb3ef778d6b10 Issue-ID: VFC-1804 Signed-off-by: dyh <dengyuanhong@chinamobile.com>
-rw-r--r--docs/conf.py2
-rw-r--r--tox.ini2
2 files changed, 3 insertions, 1 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'
diff --git a/tox.ini b/tox.ini
index 8bb8cad5..51b5b81e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -7,7 +7,7 @@ downloadcache = ~/cache/pip
[flake8]
ignore = E501,E722
-exclude = ./venv-tox,./.tox,./venv
+exclude = ./venv-tox,./.tox,./venv,./docs
max-complexity = 27
[testenv]