--- a/docs/conf.py Mon Feb 07 13:11:49 2011 +0100
+++ b/docs/conf.py Thu Feb 17 15:35:05 2011 +0100
@@ -7,15 +7,12 @@
# -- 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 ---------------------------------------------------