mirror of
https://github.com/readthedocs/sphinx-autoapi
synced 2024-11-11 19:10:58 +00:00
Fix error
This commit is contained in:
parent
81d4568713
commit
3dfd9ac47f
@ -22,7 +22,7 @@ def run_autoapi(app):
|
||||
"""
|
||||
|
||||
if not app.config.autoapi_dirs:
|
||||
raise ExtensionError('You must configure an autodapi_dir setting')
|
||||
raise ExtensionError('You must configure an autoapi_dirs setting')
|
||||
|
||||
# Make sure the paths are full
|
||||
normalized_dirs = []
|
||||
|
Loading…
Reference in New Issue
Block a user