From: dyh Date: Wed, 3 Feb 2021 01:42:44 +0000 (+0800) Subject: Add missing docs import X-Git-Tag: 1.4.2~4 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F83%2F117383%2F1;p=vfc%2Fnfvo%2Flcm.git Add missing docs import Change-Id: I425b007ff9b22b35f61bffbd931eb3ef778d6b10 Issue-ID: VFC-1804 Signed-off-by: dyh --- 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]