You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sphinx-autoapi/autoapi
Nathan Glenn 432b9af5d5
Fix keyerror when using markdown sources (#321)
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.
2 years ago
..
mappers Fix comment typehints for methods/classmethods (#300) 2 years ago
templates Removed prepare_docstring filter used for testing 3 years ago
__init__.py Version 1.8.4 3 years ago
backends.py Added default golang ingore pattern to remove unit tests by default (#231) 4 years ago
directives.py Limit signatures to 60 characters in summaries (#311) 2 years ago
documenters.py Updated to latest black formatting 3 years ago
extension.py Fix keyerror when using markdown sources (#321) 2 years ago
inheritance_diagrams.py Fixed AttributeError using inheritance diagrams on a module with plain imports 3 years ago
settings.py Added Black formatting 6 years ago
toctree.py Adds a subtype to all `logger.warning` calls 4 years ago