-
Notifications
You must be signed in to change notification settings - Fork 140
Closed
Labels
Description
This assumes that source_suffix
is a list
:
sphinx-autoapi/autoapi/extension.py
Line 162 in 613eff5
out_suffix = app.config.source_suffix[0] |
Quite a long time ago, Sphinx added support for using a dict
instead, and now this is the recommended usage, see https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-source_suffix.