Skip to content

katharsis-project/katharsis-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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