]> git.donarmstrong.com Git - neurodebian.git/blobdiff - sphinx/conf.py
Interactive subscription stats plot.
[neurodebian.git] / sphinx / conf.py
index 34060e233920fddc2966933142151360839656d0..c4570b3a71b94b9d4e0932c439ab67dad716a89d 100644 (file)
@@ -64,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 <team@neuro.debian.net>'
 
 # The version info for the project you're documenting, acts as replacement for
 # |version| and |release|, also used in various other places throughout the
@@ -118,6 +118,15 @@ pygments_style = 'sphinx'
 # given in html_static_path.
 html_style = 'neurodebian.css'
 
+# The theme to use for HTML and HTML Help pages.  See the documentation for
+# a list of builtin themes.
+html_theme = 'default'
+
+# Theme options are theme-specific and customize the look and feel of a theme
+# further.  For a list of options available for each theme, see the
+# documentation.
+html_theme_options = {'nosidebar': True}
+
 # The name for this set of Sphinx documents.  If None, it defaults to
 # "<project> v<release> documentation".
 html_title = project
@@ -213,13 +222,13 @@ latex_documents = [
 
 # RSS feed
 # --------
-feed_base_url = 'http://neuro.debian.net/blog'
+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': 'debian-planet.xml',
+feed_variants = {'planetdebian': {'filename': 'feeds/for-debian-planet.xml',
                                   'tag': 'debian'},
-                 'all': {'filename': 'all.xml', 'tag': None}}
+                 'all': {'filename': 'feeds/blog.xml', 'tag': None}}
 feed_categories = ['debian', 'neuroscience']
 feed_author_name = 'NeuroDebian team'
 feed_author_email = 'team@neuro.debian.net'