From 505dc7754239feaa28c736abb3019598db2a1a56 Mon Sep 17 00:00:00 2001 From: Aric Gardner Date: Tue, 18 Sep 2018 11:02:45 -0400 Subject: Local Documentation Builds This adds configuration for performing local documentation builds with the following simple command: tox -e docs Change-Id: I8f472b3f2fd6f5fbad97a728166b17f33cf5cb24 Signed-off-by: Aric Gardner --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 2f5ddf9..8121831 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ *~ .*.sw? /build/ -/docs_build/ /docs_output/ /releng/ +.tox +docs/_build/* -- cgit 1.2.3-korg