Initialize readthedocs documentation for integration/packaging 41/39141/2
authorThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 20 May 2016 02:00:16 +0000 (22:00 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Tue, 24 May 2016 13:26:35 +0000 (09:26 -0400)
commit934919e090eefd104488fbb8e3938a5641e01c15
tree7550aba3e0b7ad0e932b1a4e18f062afd23bc5b8
parentfc469019440425182623aa657521a81aeb813996
Initialize readthedocs documentation for integration/packaging

You can build the docs with:

    tox -edocs

and view the docs by opening:

    firefox .tox/docs/tmp/html/index.html

This patch simply initializes sphinx for integration/packaging. Once
merged we can link into the docs project and have it generated on
readthedocs under the docs project's readthedocs link:

    https://opendaylight.readthedocs.io/en/latest/

Change-Id: I9ba9a5048f043a8fee9bacf66db867c27f616bce
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
docs/conf.py [new file with mode: 0644]
docs/index.rst [new file with mode: 0644]
tox.ini