diff doc/conf.py @ 328:0bb16d2a5699

Added cool sphinx plugin for creation of unittest result table
author Windel Bouwman
date Tue, 04 Feb 2014 09:01:11 +0100
parents ea93e0a7a31e
children
line wrap: on
line diff
--- a/doc/conf.py	Sat Feb 01 17:21:21 2014 +0100
+++ b/doc/conf.py	Tue Feb 04 09:01:11 2014 +0100
@@ -18,6 +18,7 @@
 # add these directories to sys.path here. If the directory is relative to the
 # documentation root, use os.path.abspath to make it absolute, like shown here.
 sys.path.insert(0, os.path.abspath('../python'))
+sys.path.insert(0, os.path.abspath('.'))
 
 # -- General configuration -----------------------------------------------------
 
@@ -26,7 +27,7 @@
 
 # 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.graphviz', 'sphinx.ext.autodoc']
+extensions = ['sphinx.ext.graphviz', 'sphinx.ext.autodoc', 'unittesttable']
 #    'sphinx.ext.inheritance_diagram']
 
 # Add any paths that contain templates here, relative to this directory.