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