mirror of
https://github.com/nghttp2/nghttp2.git
synced 2025-12-07 02:28:53 +08:00
Source files were downloaded from https://bitbucket.org/birkenfeld/sphinx-contrib/src/default/rubydomain/
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__)
|
|
|