*Read this in other languages: 日本語
Dockerized Sphinx
- Installed docker.
- Installed make.
The following features supported via make
- Setup sphinx project
- Build and preview automatically
Initilize sphinx directory.
$ make init
$ make auto-build-sphinx
Show preview following URL.
http://127.0.0.1:8000
MIT