mirror of
https://github.com/readthedocs/sphinx-autoapi
synced 2024-11-08 07:10:31 +00:00
df74247128
Instead of requiring: extensions = ['autoapi.extension'] This allows for the toplevel: extensions = ['autoapi'] This is more intuitive for users, as extension is an internal concept.
6 lines
53 B
Python
6 lines
53 B
Python
"""
|
|
Sphinx AutoAPI
|
|
"""
|
|
|
|
from .extension import setup
|