Fix error

pull/39/head
Eric Holscher 9 years ago
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…
Cancel
Save