[02sphinx] 07tk0miya pushed 032 commits to 03stable [+0/-0/±8] 13https://git.io/v63hL
[02sphinx] 07joostvanzwieten 03099b58f - ext.autodoc: fix formatting instance annotations Currently `format_annotation` fails on instances, because instances don't have `__module__` and `__qualname__` attributes. Defer building the `qualified_name` of an annotation until we have established that the annotation is a type.
[02sphinx] 07tk0miya pushed 032 commits to 03master [+0/-0/±2] 13https://git.io/v63hW
[02sphinx] 07mulkieran 031951d55 - Make sure extensions specified with -D override extensions in config file. Previously, a comma separated list of extensions was read and parsed correctly. However, the value was then stored in config hashtable, which was overwritten when the config file was parsed. Now, the config file is parsed first, and the the entry in the config hashtable is updated with the overriding
[02sphinx] 07tk0miya 030964db7 - Merge pull request #1911 from mulkieran/master-extensions Make sure extensions specified with -D override extensions in config …
[02sphinx] 07tk0miya pushed 032 commits to 03stable [+0/-0/±2] 13https://git.io/v63hz
[02sphinx] 07mulkieran 03189494c - Make sure extensions specified with -D override extensions in config file. Previously, a comma separated list of extensions was read and parsed correctly. However, the value was then stored in config hashtable, which was overwritten when the config file was parsed. Now, the config file is parsed first, and the the entry in the config hashtable is updated with the overriding