mirror of
https://github.com/readthedocs/sphinx-autoapi
synced 2024-11-11 19:10:58 +00:00
8 lines
124 B
Python
8 lines
124 B
Python
"""Sphinx AutoAPI"""
|
|
|
|
from .extension import setup
|
|
|
|
__all__ = ("setup",)
|
|
__version__ = "2.1.0"
|
|
__version_info__ = (2, 1, 0)
|