From a18e2b0d45c631709e457530f6f9d0b52f552156 Mon Sep 17 00:00:00 2001 From: Georg Kunz Date: Thu, 6 Sep 2018 10:45:01 +0200 Subject: Adapting local docs build and remove build warnings The OPNFV docs project will remove its submodules and enable local docs builds. This patch prepares the Dovetail repo according to the official transition guide: https://docs.opnfv.org/en/latest/how-to-use-docs/local-build-transition.html This patch also applies syntactical changes which eliminate the sphinx doc build warnings. Change-Id: Ief8fd2d1c3e39b232d214a9ab392879ee4a492c8 Signed-off-by: Georg Kunz --- .gitignore | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 478b813c..deb12ca5 100644 --- a/.gitignore +++ b/.gitignore @@ -21,7 +21,7 @@ pip-log.txt # unittest/coverage reports .coverage -.tox +.tox/ .cache .pytest_cache nosetests.xml @@ -32,9 +32,4 @@ unittest_results.log # Sphinx documentation *.sw? -docs_build/ -docs_output/ -docs/_build -pre_config/ -docs/index.rst -docs/requirements.txt +docs/_build/* -- cgit 1.2.3-korg