docs/conf.py
author Alexander Solovyov <alexander@solovyov.net>
Mon, 07 Feb 2011 13:11:49 +0100
changeset 179 038e81e5332c
parent 175 1c983a38fdbc
child 180 bcc87f3710b5
permissions -rw-r--r--
use theme instead of single css file

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

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

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

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


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

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