Skip to content

makotow/sphinxdocker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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