In a draft pull request I made, generating a reference documentation for StreamField automatically using sphinx.ext.autodoc, the documentation was not properly indented.
Actual behaviour
The methods and classes the methods belong to were on the same indentation level.

Expected behaviour
The methods should be nested inside of the classes they belong to.