15 lines
366 B
Python
15 lines
366 B
Python
# -*- coding: utf-8 -*-
|
|
"""
|
|
sphinxcontrib
|
|
~~~~~~~~~~~~~
|
|
|
|
This package is a namespace package that contains all extensions
|
|
distributed in the ``sphinx-contrib`` distribution.
|
|
|
|
:copyright: Copyright 2007-2009 by the Sphinx team, see AUTHORS.
|
|
:license: BSD, see LICENSE for details.
|
|
"""
|
|
|
|
__import__('pkg_resources').declare_namespace(__name__)
|
|
|