Local Documentation Builds 25/62525/4
authorAric Gardner <agardner@linuxfoundation.org>
Tue, 18 Sep 2018 16:59:30 +0000 (12:59 -0400)
committerAric Gardner <agardner@linuxfoundation.org>
Thu, 25 Oct 2018 16:08:48 +0000 (12:08 -0400)
commit4e54b544e3b2bc4e06631a24659a28f15d9b2490
tree8ea973f056560413a45d0e32a007512345f1434c
parent59db88a0554459514e40fd512e3d105820a9086f
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 effort to Move away from
submodules
https://docs.opnfv.org/en/latest/how-to-use-docs/local-build-transition.html

Once merged docs will be viewable at opnfv-nfvbench.readthedocs.io

Change-Id: I7c877847ec23c4cfc44ff7f106ed2acc65688a41
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/requirements.txt [new file with mode: 0644]
tox.ini