potiuk commented on a change in pull request #12082:
URL: https://github.com/apache/airflow/pull/12082#discussion_r518889224
##########
File path: docs/conf.py
##########
@@ -125,6 +125,14 @@
# Setup.py files of the providers
"_api/airflow/providers/*/*setup/index.rst",
"_api/airflow/providers/*/*/*setup/index.rst",
+ # Other API rst files.
+ "_api/endpoints/index.rst",
+ "_api/endpoints/*/index.rst",
+ "_api/exceptions/index.rst",
+ "_api/parameters/index.rst",
+ "_api/schemas/index.rst",
+ "_api/schemas/*/index.rst",
+ "_api/security/index.rst",
Review comment:
I have no idea, but the doc building failed without those. This is what
I discussed with @mik-laj and that was the advice I had from him. I would love
to know where it comes from, but sphinx and it's error messages for AutoAPI
often are not really useful. @mik-laj -> do you think those API links are
removed legitimately or should we find a reason why they are not being
generated?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]