aboutsummaryrefslogtreecommitdiff
path: root/docs/conf.py
blob: 4789396e3441d284a7d60aa3bc71283d81e792e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# coding: utf8
import os
import sys

templates_path = ["_templates"]
source_suffix = ".rst"
master_doc = "index"

project = "I hate money"
copyright = "2011, The 'I hate money' team"

version = "1.0"
release = "1.0"
exclude_patterns = ["_build"]
pygments_style = "sphinx"