Initialize Sphinx documentation 97/169997/19
authorAlexander Mazuruk <a.mazuruk@samsung.com>
Mon, 12 Feb 2018 12:47:15 +0000 (13:47 +0100)
committerAlexander Mazuruk <a.mazuruk@samsung.com>
Sun, 14 Oct 2018 18:32:27 +0000 (20:32 +0200)
commitb2487fbe4b8d4cfa3e4773c8a0a7ca11c74a8719
treebccc9e5c82c7b3d7ede2450c507f74ea84c6858a
parent733ad8ddf387e1a783e699a137e3c060fb4dccbb
Initialize Sphinx documentation

html_static_path setting was manually commented out to silence
a warning from Sphinx.

doc/sphinx/make.bat generated by sphinx-quickstart was removed.

Verify using doc/Makefile.

Generated using docker image from previous commit:
  cd doc/
  docker run --rm=true --user `id -u $USER`:`id -g $USER` -v $PWD:/doc \
   --name=muxpi-doc-container -it -a stdin -a stdout muxpi-doc-image \
   sphinx-quickstart --quiet --sep --project="MuxPi" --no-batchfile \
   --author="Samsung Electronics Co., Ltd" -v 0.0.1 sphinx

Change-Id: I8ee45d663b4c59af4b770a0b5bae431222b1c191
Signed-off-by: Alexander Mazuruk <a.mazuruk@samsung.com>
.gitignore [new file with mode: 0644]
doc/Makefile
doc/sphinx/Makefile [new file with mode: 0644]
doc/sphinx/source/conf.py [new file with mode: 0644]
doc/sphinx/source/index.txt [new file with mode: 0644]