Skip to content

Latest commit

 

History

History
54 lines (29 loc) · 584 Bytes

README.md

File metadata and controls

54 lines (29 loc) · 584 Bytes

Sphinx Docker

*Read this in other languages: 日本語

What is this?

Dockerized Sphinx

Requirements

  • Installed docker.
  • Installed make.

Current features

The following features supported via make

  • Setup sphinx project
  • Build and preview automatically

How to use?

Initialize document

Initilize sphinx directory.

$ make init

Autobuild & Preview

$ make auto-build-sphinx

Show preview following URL.

http://127.0.0.1:8000

Authors

License

MIT