mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
Old helpers are completely broken for reST, Google and NumPy docstring formats. (cherry picked from commit 9ce7f986164ca7a61710eefab38934837a36f00b) IJ-CR-16877 GitOrigin-RevId: 34f27150854279ba98afb8bb23711e8a62fa58c0
14 lines
365 B
Python
14 lines
365 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-2018 by the Sphinx team, see AUTHORS.
|
|
:license: BSD, see LICENSE for details.
|
|
"""
|
|
|
|
__import__('pkg_resources').declare_namespace(__name__)
|