Local Documentation Builds 39/63139/1
authorAric Gardner <agardner@linuxfoundation.org>
Tue, 18 Sep 2018 16:10:43 +0000 (12:10 -0400)
committerTrevor Bramwell <tbramwell@linuxfoundation.org>
Wed, 3 Oct 2018 18:41:40 +0000 (18:41 +0000)
commitcfcabcdc552514702740f5f69c62b5e799b9f24b
treedd15a41180627372e643cae3ad4623a3f2cd7363
parent4c064f249a723b0e4a2a0411dcb8cc306e05dff1
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>
(cherry picked from commit 9666d8bb3df726d88d08d5811d2a99e713908396)
.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