Add missing docs import 83/117383/1
authordyh <dengyuanhong@chinamobile.com>
Wed, 3 Feb 2021 01:42:44 +0000 (09:42 +0800)
committerdyh <dengyuanhong@chinamobile.com>
Wed, 3 Feb 2021 01:43:35 +0000 (09:43 +0800)
Change-Id: I425b007ff9b22b35f61bffbd931eb3ef778d6b10
Issue-ID: VFC-1804
Signed-off-by: dyh <dengyuanhong@chinamobile.com>
docs/conf.py
tox.ini

index 072d330..8c226ba 100644 (file)
@@ -1,3 +1,5 @@
+from docs_conf.conf import *
+
 branch = 'latest'
 master_doc = 'index'
 
diff --git a/tox.ini b/tox.ini
index 8bb8cad..51b5b81 100644 (file)
--- 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]