浏览代码

Added Makefile target for sphinx.ext.coverage

Ask Solem 15 年之前
父节点
当前提交
5d5765fec1
共有 1 个文件被更改,包括 1 次插入1 次删除
  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']