Update conf.py template, remove duplicate submod 89/62889/3
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Mon, 24 Sep 2018 16:53:53 +0000 (18:53 +0200)
committerAric Gardner <agardner@linuxfoundation.org>
Wed, 26 Sep 2018 18:09:35 +0000 (18:09 +0000)
- add linter whitelist for unused includes in conf.py template;
- remove duplicate git module entry;

Change-Id: I88b7cd77a09ed7f4c19b4c277e5642185e830e0b
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
.gitmodules
docs/how-to-use-docs/files/conf.py
docs/how-to-use-docs/local-build-transition.rst

index f0511b5..063fc1b 100644 (file)
        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
index 3c4453e..eb12e74 100644 (file)
@@ -1 +1 @@
-from docs_conf.conf import *
+from docs_conf.conf import *  # noqa: F401,F403
index 5d2c806..147cb27 100644 (file)
@@ -49,7 +49,7 @@ In your project repo:
 
    .. literalinclude:: files/tox.ini
 
-   *.gitignore*::
+   *.gitignore*
 
       .tox/
       docs/_build/*