]> scripts.mit.edu Git - wizard.git/blobdiff - doc/conf.py
Expand documentation.
[wizard.git] / doc / conf.py
index 67d0ea7c723b23c5f66e8d6924a46cbbd9812abf..8a3a6a70163e78eb49a08b89977a5cfa14d6dca0 100644 (file)
@@ -24,7 +24,7 @@ sys.path.append(os.path.abspath('..'))
 
 # Add any Sphinx extension module names here, as strings. They can be extensions
 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
-extensions = ['sphinx.ext.autodoc', 'sphinx.ext.coverage', 'sphinx.ext.doctest']
+extensions = ['sphinx.ext.autodoc', 'sphinx.ext.coverage', 'sphinx.ext.doctest', 'sphinx.ext.graphviz']
 
 # Add any paths that contain templates here, relative to this directory.
 templates_path = ['_templates']
@@ -88,6 +88,9 @@ pygments_style = 'sphinx'
 # A list of ignored prefixes for module index sorting.
 #modindex_common_prefix = []
 
+# Classes to ignore for coverage reporting
+coverage_ignore_classes = ['ProductionCopy', 'WorkingCopy']
+
 
 # -- Options for HTML output ---------------------------------------------------