diff options
author | dyh <dengyuanhong@chinamobile.com> | 2021-02-03 09:42:44 +0800 |
---|---|---|
committer | dyh <dengyuanhong@chinamobile.com> | 2021-02-03 09:43:35 +0800 |
commit | a9b8a34de89c4459bb234aa4782480f5197bf3e6 (patch) | |
tree | 85eece38df61f7fb46a2fae6b08a61c4e99043d1 | |
parent | fea259e93f8313f3e95d170b970dd97d9b339215 (diff) |
Add missing docs import
Change-Id: I425b007ff9b22b35f61bffbd931eb3ef778d6b10
Issue-ID: VFC-1804
Signed-off-by: dyh <dengyuanhong@chinamobile.com>
-rw-r--r-- | docs/conf.py | 2 | ||||
-rw-r--r-- | tox.ini | 2 |
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' @@ -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] |