moul / docker-readthedocs

:whale: ReadTheDocs (RTD, read the docs) in docker
https://registry.hub.docker.com/u/moul/readthedocs/
MIT License
44 stars 29 forks source link

Readthedocs in Docker

A Docker container of Readthedocs (RTD).

Usage

Run using docker-compose:

$ docker-compose run --service-ports --rm readthedocs
# or
$ make run

Run in debug mode (bash) :

make debug-run
# or
docker run -it --rm --entrypoint=bash moul/readthedocs

License

MIT