From ca6c6e7ef7c5fe463a8df66dcf741728b35dad62 Mon Sep 17 00:00:00 2001 From: Aric Gardner Date: Tue, 18 Sep 2018 11:04:52 -0400 Subject: Local Documentation Builds This adds configuration for performing local documentation builds with the following simple command: tox -e docs Change-Id: Ib0d60d9f458b19dd5e77de962d34c1d299de7b16 Signed-off-by: Aric Gardner --- .gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 1b737286..596f179d 100644 --- a/.gitignore +++ b/.gitignore @@ -47,7 +47,7 @@ coverage.xml *.log # Sphinx documentation -docs/_build/ +docs/_build/* # PyBuilder target/ @@ -58,7 +58,6 @@ target/ *~ .*.sw? -/docs_build/ /docs_output/ /releng/ -- cgit 1.2.3-korg