doc: Add minimal Sphinx support
authorPaul Beesley <paul.beesley@arm.com>
Wed, 23 Jan 2019 15:39:39 +0000 (15:39 +0000)
committerPaul Beesley <paul.beesley@arm.com>
Tue, 21 May 2019 11:31:25 +0000 (12:31 +0100)
commit653279b015080969eaf4ac85b1e3a31965666550
treed46efda6c87398b1c92916383da140bf172c53a8
parentb189a206137322cbfe134731dba90a7455452ab4
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 [new file with mode: 0644]
docs/conf.py [new file with mode: 0644]
docs/index.rst [new file with mode: 0644]
docs/resources/TrustedFirmware-Logo_standard-white.png [new file with mode: 0644]