Add autosummary to tests.

This commit is contained in:
Georg Brandl 2009-03-15 19:02:37 +01:00
parent 8e00cff32c
commit 1861a9ec5d
3 changed files with 10 additions and 1 deletions

View File

@ -0,0 +1,5 @@
Autosummary test
================
.. autosummary:: sphinx.application
:toctree: xyz

View File

@ -5,7 +5,8 @@ import sys, os
sys.path.append(os.path.abspath('.'))
extensions = ['ext', 'sphinx.ext.autodoc', 'sphinx.ext.jsmath',
'sphinx.ext.coverage', 'sphinx.ext.todo']
'sphinx.ext.coverage', 'sphinx.ext.todo',
'sphinx.ext.autosummary']
jsmath_path = 'dummy.js'
@ -50,6 +51,8 @@ value_from_conf_py = 84
coverage_c_path = ['special/*.h']
coverage_c_regexes = {'cfunction': r'^PyAPI_FUNC\(.*\)\s+([^_][\w_]+)'}
autosummary_generate = ['autosummary']
# modify tags from conf.py
tags.add('confpytag')

View File

@ -19,6 +19,7 @@ Contents:
desc
math
autodoc
autosummary
Python <http://python.org/>