Use sphinx_rtd documentation theme, added logo and link to source on Gitlab
This commit is contained in:
parent
5e1d0c2f89
commit
994bfbeb04
4 changed files with 47 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue