Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 364 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 364 Bytes

katharsis-docs

Quickstart

Setup

  1. Install sphinx
  • installing with pip in a local virtualenv is recommended
  1. Install the sphinx theme sphinx_rtd_theme
  • pip install sphinx_rtd_theme

Build

Build HTML

make html

Docs output to: build/html/index.html