If the app is not initialized in the Autodoc object, either through __init__ or init_app, calls to doc() seem to work correctly, there is a fairly cryptic error when calling html().
Explicitly raise an exception if self.app is not defined here, to make it easier to debug this problem.
If the app is not initialized in the
Autodoc
object, either through__init__
orinit_app
, calls todoc()
seem to work correctly, there is a fairly cryptic error when callinghtml()
.Explicitly raise an exception if
self.app
is not defined here, to make it easier to debug this problem.