From: Alexandru Avadanii Date: Mon, 24 Sep 2018 16:53:53 +0000 (+0200) Subject: Update conf.py template, remove duplicate submod X-Git-Tag: opnfv-10.0.0~353 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F89%2F62889%2F3;p=opnfvdocs.git Update conf.py template, remove duplicate submod - add linter whitelist for unused includes in conf.py template; - remove duplicate git module entry; Change-Id: I88b7cd77a09ed7f4c19b4c277e5642185e830e0b Signed-off-by: Alexandru Avadanii --- diff --git a/.gitmodules b/.gitmodules index f0511b58a..063fc1b60 100644 --- a/.gitmodules +++ b/.gitmodules @@ -238,9 +238,6 @@ url = https://gerrit.opnfv.org/gerrit/calipso branch = . ignore = dirty -[submodule "docs/submodules/stor4nfv"] - path = docs/submodules/stor4nfv - url = https://gerrit.opnfv.org/gerrit/stor4nfv [submodule "docs/submodules/clover"] path = docs/submodules/clover url = https://gerrit.opnfv.org/gerrit/clover diff --git a/docs/how-to-use-docs/files/conf.py b/docs/how-to-use-docs/files/conf.py index 3c4453e71..eb12e74b6 100644 --- a/docs/how-to-use-docs/files/conf.py +++ b/docs/how-to-use-docs/files/conf.py @@ -1 +1 @@ -from docs_conf.conf import * +from docs_conf.conf import * # noqa: F401,F403 diff --git a/docs/how-to-use-docs/local-build-transition.rst b/docs/how-to-use-docs/local-build-transition.rst index 5d2c806d7..147cb271c 100644 --- a/docs/how-to-use-docs/local-build-transition.rst +++ b/docs/how-to-use-docs/local-build-transition.rst @@ -49,7 +49,7 @@ In your project repo: .. literalinclude:: files/tox.ini - *.gitignore*:: + *.gitignore* .tox/ docs/_build/*