Merge "Add missing conf.py import"
authorYUANHONG DENG <dengyuanhong@chinamobile.com>
Tue, 2 Feb 2021 01:45:05 +0000 (01:45 +0000)
committerGerrit Code Review <gerrit@onap.org>
Tue, 2 Feb 2021 01:45:05 +0000 (01:45 +0000)
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 9332176..506c297 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
 
 [testenv]
 deps = -r{toxinidir}/requirements.txt