Build docs in Docker and CI.

This commit is contained in:
Ben Sturmfels
2021-03-29 17:01:46 +11:00
parent 799449bf46
commit 6e6baa15cc
5 changed files with 25 additions and 4 deletions

View File

@@ -91,6 +91,8 @@ RUN make
RUN ./bin/python -m pytest -rs ./mediagoblin/tests --boxed
RUN cd docs && make html
RUN echo '[[mediagoblin.media_types.audio]]' >> mediagoblin.ini
RUN echo '[[mediagoblin.media_types.video]]' >> mediagoblin.ini