]> scripts.mit.edu Git - wizard.git/blobdiff - doc/conf.py
Add detectVersionFromGit utility method
[wizard.git] / doc / conf.py
index c91cb177bc30ac2e2f65f481746a6bd47c8788b1..0d1ca1458e1f99ab2f0eca72d8ab364a7d091a93 100644 (file)
@@ -48,7 +48,7 @@ master_doc = 'index'
 
 # General information about the project.
 project = u'Wizard'
-copyright = u'2009, the Student Information Processing Board'
+copyright = u'2009-2010, the Wizard development 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
@@ -97,7 +97,7 @@ pygments_style = 'sphinx'
 #modindex_common_prefix = []
 
 # Classes to ignore for coverage reporting
-coverage_ignore_classes = ['ProductionCopy', 'WorkingCopy']
+coverage_ignore_classes = ['ProductionCopy', 'WorkingCopy', 'Dialog', 'Prompt', 'FailPrompt']
 
 
 # -- Options for HTML output ---------------------------------------------------