diff options
author | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2018-03-19 15:09:06 -0700 |
---|---|---|
committer | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2018-04-20 16:25:39 -0700 |
commit | 3affc968eb27e47e2d834773a3150db3c3fce2e6 (patch) | |
tree | 49a561e04d6eee81500e9eba6bb57e31e83f55bc /.gitignore | |
parent | 8d84d7d9ac290135804b8ab3f5506e175db8d29e (diff) |
Enable Local Docs builds by using LF Docs Conf
The docs-conf[1] project will allow releng to have local docs builds
using the OPNFV theme while also not needing to duplicate the opnfvdocs
conf.py file.
[1] https://github.com/lfit/releng-docs-conf
Change-Id: I255faf045eccb363993af9dfb81b487e538cbb41
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 4309e8e26..7790d4615 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ /releng/ .idea *.py[cod] +docs/_build/ .Python env/ |