docs/conf.py
author Alexander Solovyov <alexander@solovyov.net>
Tue, 29 Mar 2011 10:31:33 +0200
changeset 187 5e96ab1087da
parent 180 bcc87f3710b5
permissions -rw-r--r--
that would be 2.2, add info to changelog

# -*- coding: utf-8 -*-

import sys
sys.path.insert(0, '..')
import opster

# -- General configuration -----------------------------------------------------

extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest']
source_suffix = '.rst'
master_doc = 'index'
project = u'Opster'
copyright = u'2009-2011, Alexander Solovyov'
version = release = opster.__version__
exclude_trees = ['_build']

# -- Options for HTML output ---------------------------------------------------

html_theme = 'cleanery'
html_theme_path = ['.']
html_title = "%s v%s" % (project, version)