docs/sphinx: Skeleton setup
authorAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 21 Nov 2018 17:03:50 +0000 (17:03 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 22 Mar 2019 13:48:02 +0000 (13:48 +0000)
commit530f9aababc9bc0ab8405252364d07f2830c2793
tree03c1dc94a067b1b8348d2eada474a1a8cd1fbd44
parent74dadb8556c6a0972fa422b5ae346589ace404b6
docs/sphinx: Skeleton setup

Sphinx is a documentation system, which is popular for technical writing.  It
uses ReStructuredText as its markup syntax, and is designed for whole-project
documentation, rather than the misc assortment of individual files that we
currently have.

This is a skeleton setup which just enough infrastructure to render an empty
set of pages.  It will become better integrated into Xen's docs system when it
becomes less WIP.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
docs/Makefile
docs/conf.py [new file with mode: 0644]
docs/index.rst [new file with mode: 0644]