Closed
Description
From #44: Currently the extension crashes as we try to listen to a non-existent event if autodoc isn't enabled. The use case is solid though, because intersphinx can be used to make the links. So we could try to hack something together, but that'd most likely be affected by the order of initialising extensions. Probably better to just initialise autodoc in our setup. It shouldn't affect documentation that doesn't use autodoc features. It may hide problems in some configurations that don't include autodoc but intend to use it, but in my opinion it's a worthwhile trade-off.