Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 417 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 417 Bytes

Readthedocs in Docker

A Docker container of Readthedocs (RTD).

Usage

Run using docker-compose:

  • start a readthedocs container + its dependencies (postgresql, elasticsearch and redis)
$ 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