Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 228 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 228 Bytes

Building Sphinx Documents

First of all, get Sphinx from the Python as follows:

$ pip install sphinx

Generate HTML docs via Makefile:

  $ cd ko  
  $ make html
  $ ls -l build/html
  index.html
  ....
  ....