Add Sphinx build environment in Docker 96/169996/19
authorMichal Sidor <m.sidor@samsung.com>
Wed, 18 Jul 2018 14:16:40 +0000 (16:16 +0200)
committerAlexander Mazuruk <a.mazuruk@samsung.com>
Sun, 14 Oct 2018 18:32:27 +0000 (20:32 +0200)
commit733ad8ddf387e1a783e699a137e3c060fb4dccbb
tree71a13df8938c35f8e655b685deb5722fce3a8e03
parentc73b71898a4937e3e586e7729d4fadfea413a71d
Add Sphinx build environment in Docker

Custom Docker file including:
- support for Python (required by Sphinx)
- Java (required by plantuml plugin)
- a few Sphinx plugins also required for other
  SLAV stack projects (refer to the Dockerfile)

This image does not provide `python`. Please use `python3`.

Change-Id: I10cf39a0fe0dc3cf35c9110b2680cca9a799ee0e
Signed-off-by: Michal Sidor <m.sidor@samsung.com>
doc/Makefile [new file with mode: 0644]
doc/docker/Dockerfile [new file with mode: 0644]