doc: Add minimal Sphinx support
Add the essentials for supporting a Sphinx documentation build:
- A makefile under docs/ to invoke Sphinx with the desired output
format
- A Sphinx master configuration file (conf.py)
- A single, top-level index page (index.rst)
- The TF.org logo that is integrated in the the sidebar of the
rendered output
Change-Id: I85e67e939658638337ca7972936a354878083a25
Signed-off-by:
Paul Beesley <paul.beesley@arm.com>
docs/Makefile
0 → 100644
docs/conf.py
0 → 100644
docs/index.rst
0 → 100644
5.69 KB