doc: initial sphinx-based documentation support

The release-notes script now produces Markdown compatible with
pandoc to help convert it into RST for sphinx.

Actual documentation is fairly limited currently.

We use intersphinx to link to various sub-projects' docs.

A .travis.yml file is added to build+publish documentation
when new code is pushed to github.

Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
diff --git a/doc/process/index.rst b/doc/process/index.rst
new file mode 100644
index 0000000..024518b
--- /dev/null
+++ b/doc/process/index.rst
@@ -0,0 +1,6 @@
+Development Process
+===================
+
+.. toctree::
+
+   CONTRIBUTING.md