Updated to doc building framework. Added Sphinx extensions and fixed genrst dependency
[hooke.git] / doc / conf.py
index dd29ec5de5d308ee3b9b7de9e8964daa491d3f3a..d469d8b553ce167d043628bfed74297286925b1b 100644 (file)
@@ -25,7 +25,8 @@ import hooke
 
 # Add any Sphinx extension module names here, as strings. They can be extensions
 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
-extensions = []
+extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.coverage',
+              'numpydoc']
 
 # Add any paths that contain templates here, relative to this directory.
 templates_path = ['_templates']