FROM readthedocs/build:latest

USER root:root
RUN apt-get install -qq doxygen
RUN pip3 install breathe sphinx sphinx_rtd_theme
