docs/conf.py
author Alexander Solovyov <alexander@solovyov.net>
Sat, 27 Nov 2010 20:45:09 +0100
changeset 142 56f290eb8f55
parent 75 2782b2406ba8
child 143 2327cc333e50
permissions -rw-r--r--
a bit of docs config cleanup

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

import sys
sys.path.append('..')
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-2010, Alexander Solovyov'
version = release = opster.__version__
exclude_trees = ['_build']
pygments_style = 'sphinx'


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

html_theme = 'default'
html_title = "%s v%s" % (project, version)
html_static_path = ['_static']
html_use_smartypants = True
html_use_index = False
html_show_sourcelink = False