From f2548eacf2ae70f90bf486714fabf09a11d5d15d Mon Sep 17 00:00:00 2001 From: Aric Gardner Date: Tue, 18 Sep 2018 11:06:02 -0400 Subject: Local Documentation Builds This adds configuration for performing local documentation builds with the following simple command: tox -e docs Change-Id: I8d7b3af60c12f4d426e3d6fc64eae66b356d94a6 Signed-off-by: Aric Gardner --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 2dde665..9ea0deb 100644 --- a/.gitignore +++ b/.gitignore @@ -10,5 +10,6 @@ cover storperf.egg-info *.db ci/job -docs_build docs_output +.tox +docs/_build/* -- cgit 1.2.3-korg