diff options
author | 2018-06-06 15:00:49 +0200 | |
---|---|---|
committer | 2018-06-06 15:06:47 +0200 | |
commit | af27662f2f47c46d996ed017f9d1b0679bf37bb4 (patch) | |
tree | 518b4b3222f1a9523da5d0171c4facdb602ca767 /.gitignore | |
parent | 2167fff07c7ccdeb33e486e43000f2d6c0a207e4 (diff) |
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 <tbramwell@linuxfoundation.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,3 +4,5 @@ *pyc /sfc.egg-info/ *ovs-logs/ +.tox/ +docs/_build/ |