]> git.donarmstrong.com Git - neurodebian.git/blobdiff - sphinx/conf.py
more coffee art
[neurodebian.git] / sphinx / conf.py
index f7d0378a610a79b35b32290787751d4b065cb39d..5f596390a6b9e35a05c23b70e571c4a0fdc1d2d5 100644 (file)
@@ -43,7 +43,12 @@ def artworkdir():
 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
 #extensions = []
 sys.path.append(os.path.abspath('.'))
-extensions = ['ext.quote']
+extensions = ['sphinxext.quote',
+              'sphinxext.feed',
+              'sphinx.ext.todo']
+
+# show todo items
+todo_include_todos = True
 
 # Add any paths that contain templates here, relative to this directory.
 templates_path = ['_templates']
@@ -59,7 +64,7 @@ master_doc = 'index'
 
 # General information about the project.
 project = u'Debian Neuroscience Package Repository'
-copyright = u'2009-2010, NeuroDebian Team'
+copyright = u'2009-2013, 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
@@ -72,7 +77,7 @@ release = ''
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
-#language = None
+language = 'en'
 
 # There are two options for replacing |today|: either, you set today to some
 # non-false value, then it is used:
@@ -205,3 +210,16 @@ latex_documents = [
 
 # If false, no module index is generated.
 #latex_use_modindex = True
+
+# RSS feed
+# --------
+feed_base_url = 'http://neuro.debian.net'
+feed_title = "NeuroDebian Insider"
+feed_subtitle = "This solves all your problems"
+feed_description = "A blog about using the ultimate operating system in neuroscience research"
+feed_variants = {'planetdebian': {'filename': 'feeds/for-debian-planet.xml',
+                                  'tag': 'debian'},
+                 'all': {'filename': 'feeds/blog.xml', 'tag': None}}
+feed_categories = ['debian', 'neuroscience']
+feed_author_name = 'NeuroDebian team'
+feed_author_email = 'team@neuro.debian.net'