mriffle / sphinx-readthedocs

Docker image for building and testing RST documentation destined for readthedocs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sphinx-readthedocs

Docker image that will build Sphinx documentation for readthedocs--useful for testing your local files without looking up how to install Sphinx.

Instructions

Change into your doc directory and type the following to build HTML:

docker run --rm -v `pwd`:/docs mriffle/sphinx-readthedocs:latest make html

About

Docker image for building and testing RST documentation destined for readthedocs

License:Apache License 2.0


Languages

Language:Dockerfile 100.0%