]> git.donarmstrong.com Git - neurodebian.git/blobdiff - source/conf.py
Initial (crude) but somewhat functional state.
[neurodebian.git] / source / conf.py
index aae7318646814497a44966be9b4713f6d4f93656..d850bb2a91e5684898f4ac8e0e2d4d7e639d8796 100644 (file)
@@ -41,7 +41,7 @@ source_suffix = '.rst'
 master_doc = 'index'
 
 # General information about the project.
-project = u'Debian Package Repository'
+project = u'Debian Neuroscience Package Repository'
 copyright = u'2009, Michael Hanke'
 
 # The version info for the project you're documenting, acts as replacement for
@@ -49,9 +49,9 @@ copyright = u'2009, Michael Hanke'
 # built documents.
 #
 # The short X.Y version.
-version = '0.20080328'
+version = ''
 # The full version, including alpha/beta/rc tags.
-release = '0.20080328'
+release = ''
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
@@ -61,14 +61,14 @@ release = '0.20080328'
 # non-false value, then it is used:
 #today = ''
 # Else, today_fmt is used as the format for a strftime call.
-#today_fmt = '%B %d, %Y'
+today_fmt = '%B %d, %Y'
 
 # List of documents that shouldn't be included in the build.
 #unused_docs = []
 
 # List of directories, relative to source directory, that shouldn't be searched
 # for source files.
-exclude_trees = []
+exclude_trees = ['pkgs_addenum']
 
 # The reST default role (used for this markup: `text`) to use for all documents.
 #default_role = None
@@ -98,14 +98,14 @@ html_style = 'default.css'
 
 # The name for this set of Sphinx documents.  If None, it defaults to
 # "<project> v<release> documentation".
-#html_title = None
+html_title = project
 
 # A shorter title for the navigation bar.  Default is the same as html_title.
-#html_short_title = None
+#html_short_title = "Debian Neuroscience"
 
 # The name of an image file (relative to this directory) to place at the top
 # of the sidebar.
-#html_logo = None
+html_logo = 'pics/debian-imaging.jpg'
 
 # 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
@@ -115,7 +115,7 @@ html_style = 'default.css'
 # 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,
 # so a file named "default.css" will overwrite the builtin "default.css".
-html_static_path = ['.static']
+html_static_path = ['static']
 
 # If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
 # using the given strftime format.
@@ -133,7 +133,7 @@ html_static_path = ['.static']
 #html_additional_pages = {}
 
 # If false, no module index is generated.
-#html_use_modindex = True
+html_use_modindex = False
 
 # If false, no index is generated.
 #html_use_index = True
@@ -142,7 +142,7 @@ html_static_path = ['.static']
 #html_split_index = False
 
 # If true, the reST sources are included in the HTML build as _sources/<name>.
-#html_copy_source = True
+html_copy_source = False
 
 # If true, an OpenSearch description file will be output, and all pages will
 # contain a <link> tag referring to it.  The value of this option must be the
@@ -153,7 +153,7 @@ html_static_path = ['.static']
 #html_file_suffix = ''
 
 # Output file base name for HTML help builder.
-htmlhelp_basename = 'DebianPackageRepositorydoc'
+htmlhelp_basename = 'debpkgrepo'
 
 
 # Options for LaTeX output