Browse Source

Added Makefile target for sphinx.ext.coverage

Ask Solem 15 years ago
parent
commit
5d5765fec1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/conf.py

+ 1 - 1
docs/conf.py

@@ -17,7 +17,7 @@ sys.path.append(os.path.join(os.path.dirname(__file__), "_ext"))
 # General configuration
 # ---------------------
 
-extensions = ['sphinx.ext.autodoc', 'djangodocs']
+extensions = ['sphinx.ext.autodoc', 'sphinx.ext.coverage', 'djangodocs']
 
 # Add any paths that contain templates here, relative to this directory.
 templates_path = ['.templates']