From af27662f2f47c46d996ed017f9d1b0679bf37bb4 Mon Sep 17 00:00:00 2001 From: Trevor Bramwell Date: Wed, 6 Jun 2018 15:00:49 +0200 Subject: Enable local documentation builds Adds a local conf.py and conf.yaml (using lfdocs-conf), to enable local docs build. Change-Id: Iaab750983f02476d9bccb6c9bcf2b38544d54d8c Signed-off-by: Trevor Bramwell --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 58dd4eed..ffe9352b 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,5 @@ *pyc /sfc.egg-info/ *ovs-logs/ +.tox/ +docs/_build/ -- cgit 1.2.3-korg