potiuk commented on PR #32356: URL: https://github.com/apache/airflow/pull/32356#issuecomment-1622144492
Obviously those are blank indentation issues in docs generated via autoapi that are not-too-obvious where they are coming from as the autoapi+sphinx are known to speak in riddles. You might have to take a look at generated .rst files in `_api` folder and hope that you will find out quickly. Other than that, I sometimes had to revert to bisecting to narrow down similar problems and remove parts of my modifications to be able to pin-point the places they were coming from, Usually it SOME problem with identation that docstrings processesed by Autoapi make Sphinx very unhappy about. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
