]> git.donarmstrong.com Git - neurodebian.git/blobdiff - sphinx/conf.py
Improved screenshot.
[neurodebian.git] / sphinx / conf.py
index 2f246c6eeac0dcdef86b719f1eceabb586a81620..0bdb259ebf9ac12af4881eb2832e2664b9ac4a71 100644 (file)
@@ -41,7 +41,9 @@ def artworkdir():
 
 # Add any Sphinx extension module names here, as strings. They can be extensions
 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
-extensions = []
+#extensions = []
+sys.path.append(os.path.abspath('.'))
+extensions = ['sphinxext.quote']
 
 # Add any paths that contain templates here, relative to this directory.
 templates_path = ['_templates']
@@ -57,7 +59,7 @@ master_doc = 'index'
 
 # General information about the project.
 project = u'Debian Neuroscience Package Repository'
-copyright = u'2009, Michael Hanke'
+copyright = u'2009-2010, NeuroDebian Team'
 
 # The version info for the project you're documenting, acts as replacement for
 # |version| and |release|, also used in various other places throughout the
@@ -125,7 +127,7 @@ html_logo = os.path.join(artworkdir(), 'logo_tuned/fmri_w200.png')
 # The name of an image file (within the static path) to use as favicon of the
 # docs.  This file should be a Windows icon file (.ico) being 16x16 or 32x32
 # pixels large.
-#html_favicon = None
+html_favicon = 'favicon.ico'
 
 # Add any paths that contain custom static files (such as style sheets) here,
 # relative to this directory. They are copied after the builtin static files,