a bit of docs config cleanup
authorAlexander Solovyov <alexander@solovyov.net>
Sat, 27 Nov 2010 20:45:09 +0100
changeset 142 56f290eb8f55
parent 141 fe0bbc936727
child 143 2327cc333e50
a bit of docs config cleanup
docs/conf.py
--- a/docs/conf.py	Sun Nov 21 22:22:11 2010 +0100
+++ b/docs/conf.py	Sat Nov 27 20:45:09 2010 +0100
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-import sys, os
+import sys
 sys.path.append('..')
 import opster
 
@@ -11,7 +11,7 @@
 source_suffix = '.rst'
 master_doc = 'index'
 project = u'Opster'
-copyright = u'2009, Alexander Solovyov'
+copyright = u'2009-2010, Alexander Solovyov'
 version = release = opster.__version__
 exclude_trees = ['_build']
 pygments_style = 'sphinx'
@@ -20,21 +20,8 @@
 # -- Options for HTML output ---------------------------------------------------
 
 html_theme = 'default'
-# "<project> v<release> documentation".
-#html_title = None
-# A shorter title for the navigation bar.  Default is the same as html_title.
-#html_short_title = None
-
-#html_logo = None
-#html_favicon = None
+html_title = "%s v%s" % (project, version)
 html_static_path = ['_static']
 html_use_smartypants = True
-htmlhelp_basename = 'Opsterdoc'
-
-
-# -- Options for LaTeX output --------------------------------------------------
-
-latex_documents = [
-  ('index', 'Opster.tex', u'Opster Documentation',
-   u'Alexander Solovyov', 'manual'),
-]
+html_use_index = False
+html_show_sourcelink = False