docs: remove excessive options
authorAlexander Solovyov <alexander@solovyov.net>
Thu, 17 Feb 2011 15:35:05 +0100
changeset 180 bcc87f3710b5
parent 179 038e81e5332c
child 181 c3cb22c01987
docs: remove excessive options
docs/conf.py
--- 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 ---------------------------------------------------