funquail/docs/Dockerfile
Ciarán Ainsworth f67565c0bf Update the CONTRIBUTING file
Create sections in the documentation
2022-10-17 13:31:25 +00:00

5 lines
226 B
Docker

FROM python:3.6
RUN apt-get update && apt-get install -y graphviz
RUN pip install sphinx livereload sphinx_rtd_theme django-environ django myst-parser sphinx-design sphinx-multiversion sphinxcontrib-mermaid
WORKDIR /app/docs