X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sphinx%2Fconf.py;h=226e940252d9e4de236cc6229f7d5a10224b3de7;hb=429183739ba23827b880c3ae3168c08773e470a8;hp=5ec8c0f0f1ba417cc749f3d43361aca9c3b0c8a6;hpb=c3873b11733e725bf5fdda4af383e73f981aac62;p=neurodebian.git diff --git a/sphinx/conf.py b/sphinx/conf.py index 5ec8c0f..226e940 100644 --- a/sphinx/conf.py +++ b/sphinx/conf.py @@ -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-2011, 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 @@ -77,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: @@ -213,6 +213,13 @@ latex_documents = [ # RSS feed # -------- -feed_base_url = 'http://neuro.debian.net/blog' -feed_description = "Debian for neuroscience and neuroscience in Debian" -feed_filename = 'rss.xml' +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'