potiuk commented on a change in pull request #12082:
URL: https://github.com/apache/airflow/pull/12082#discussion_r518908252
##########
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:
Spoke to @mik-laj -> he confirmed they should be ignored now. They are
not used/needed (documentation about API we got via swagger) simply autoapi
does not ignore those automatically now due to some configuration problem that
Kamil will fix when he will fix provider docs/split them.
----------------------------------------------------------------
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]