Use sphinx_rtd documentation theme, added logo and link to source on Gitlab

This commit is contained in:
Eliot Berriot 2019-10-02 16:27:59 +02:00
commit 994bfbeb04
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
4 changed files with 47 additions and 6 deletions

View file

@ -1,5 +1,5 @@
FROM python:3.6
RUN apt-get update && apt-get install -y graphviz
RUN pip install sphinx livereload
RUN pip install sphinx livereload sphinx_rtd_theme
WORKDIR /app/docs