Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 610 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 610 Bytes

Sphinx Markdown sample

This is a sample for markdown based sphinx project.

To test

  • Clone this project
  • Install sphinx
  • Install sphinx bootstrap theme: pip install sphinx_bootstrap_theme
  • Install pandoc
  • Make some markdown files. see test.md and test2.md. (index.md has set auto generated.)
  • Make HTML on project root directory. then HTML document will generated in _build/html directory. (with some auto generated HTML files)