awips2/pythonPackages/Werkzeug-0.12.1/docs/werkzeugext.py
2017-04-21 18:33:55 -06:00

15 lines
414 B
Python

# -*- coding: utf-8 -*-
"""
Werkzeug Sphinx Extensions
~~~~~~~~~~~~~~~~~~~~~~~~~~
Provides some more helpers for the werkzeug docs.
:copyright: (c) 2009 by the Werkzeug Team, see AUTHORS for more details.
:license: BSD, see LICENSE for more details.
"""
from sphinx.ext.autodoc import cut_lines
def setup(app):
app.connect('autodoc-process-docstring', cut_lines(3, 3, what=['module']))