]> git.donarmstrong.com Git - neurodebian.git/blobdiff - sphinx/conf.py
Improved screenshot.
[neurodebian.git] / sphinx / conf.py
index 2597bbdc66a2577aca2d00bc96cd107b0d64c06c..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