Local Documentation Builds 05/62505/2
authorAric Gardner <agardner@linuxfoundation.org>
Tue, 18 Sep 2018 15:05:47 +0000 (11:05 -0400)
committerAric Gardner <agardner@linuxfoundation.org>
Fri, 28 Sep 2018 20:20:33 +0000 (16:20 -0400)
commit1ec589de26715445aeff3e565693f71e472e3496
tree9ed003463ca5a4ffcad813d4ef3f1478119a5e79
parent0dacfaa2fbd2dfe7fc9d438b9350a0187506e61c
Local Documentation Builds

    This adds configuration for performing local documentation builds
    with the following simple command:

    tox -e docs

added index.rst so that docs build succsesfully

Change-Id: Iab747c90f7f4b7866270c5850b2792e194b5378a
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
.gitignore
docs/conf.py [new file with mode: 0644]
docs/conf.yaml [new file with mode: 0644]
docs/index.rst [new file with mode: 0644]
docs/requirements.txt [new file with mode: 0644]
tox.ini [new file with mode: 0644]