mirror of
https://github.com/readthedocs/sphinx-autoapi
synced 2024-11-11 19:10:58 +00:00
432b9af5d5
Setting `source_suffix = ".md"` led to the following cryptic error output: Handler <function run_autoapi at 0x10841fc10> for event 'builder-inited' threw an exception (exception: 0) This issue was that `app.config.source_suffix` is an `OrderedDict` object, which cannot be subscripted using `[0]`, etc. Instead, use `next(iter(...))` to get the first element of the dictionary. |
||
---|---|---|
.. | ||
py3example | ||
py3implicitnamespace | ||
py38positionalparams | ||
pyannotationcommentsexample | ||
pyautodoc_typehints | ||
pyemptyexample | ||
pyexample | ||
pyiexample | ||
pyiexample2 | ||
pymovedconfpy | ||
pypackagecomplex | ||
pypackageexample | ||
pyskipexample | ||
test_parser.py | ||
test_pyintegration.py |