Local Documentation Builds 87/62487/3 master
authorAric Gardner <agardner@linuxfoundation.org>
Tue, 18 Sep 2018 15:04:06 +0000 (11:04 -0400)
committerAric Gardner <agardner@linuxfoundation.org>
Fri, 28 Sep 2018 20:25:11 +0000 (16:25 -0400)
commit1a669bfecc76837bf064c74cd382a97ef48310e1
treef09702c9732ffce5f75bf9d53ccddd5889c46c4b
parent2f46a8d07f77d202ec41ce6379b8524569a27455
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: Ifa6f16eccfcadd7f9d86e8d3def5a81b79ecf478
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
.gitignore [new file with mode: 0644]
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]