Local Documentation Builds 17/62517/3
authorAric Gardner <agardner@linuxfoundation.org>
Tue, 18 Sep 2018 16:10:43 +0000 (12:10 -0400)
committerAric Gardner <agardner@linuxfoundation.org>
Tue, 2 Oct 2018 17:56:37 +0000 (13:56 -0400)
commit9666d8bb3df726d88d08d5811d2a99e713908396
tree2d6610abee50cdd3b0bd2a3c2159e6e257904e9d
parent82bf9da27ea0c973068720d440e3391084e8a9d9
Local Documentation Builds

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

tox -e docs

This patch is part of our documentation effor to Move away from submodules
https://docs.opnfv.org/en/latest/how-to-use-docs/local-build-transition.html

added index.rst so that docs build succsesfully

Change-Id: I2d28f03ad4d5c9c14de095dc544257af9d1e51d9
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