Local Documentation Builds 01/62501/4
authorAric Gardner <agardner@linuxfoundation.org>
Tue, 18 Sep 2018 15:05:26 +0000 (11:05 -0400)
committerAric Gardner <agardner@linuxfoundation.org>
Tue, 2 Oct 2018 17:54:02 +0000 (13:54 -0400)
commit72c03e11197ad3eb9a532d9605bd64a6f9d82050
treeab3528128dc7b6acaf05afc33e4aa35db4323262
parent64a5e7dc89be1c52253a48fb5ccfa045b6619d0f
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: Ib0c7626c37b7f733641fcf2174d9951bf2371886
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]